Searched refs:ShaderList (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/
H A DShaderList.h52 * The ShaderList structure acts as a cache for ShaderInfos, placing
62 } ShaderList; typedef in typeref:struct:__anon810
72 void ShaderList_AddProgram(ShaderList *programList,
76 jlong ShaderList_FindProgram(ShaderList *programList,
79 void ShaderList_Dispose(ShaderList *programList);
H A DShaderList.c29 #include "ShaderList.h"
34 * and related data and stores it at the front of the provided ShaderList.
35 * If the addition causes the ShaderList to outgrow its defined capacity,
40 ShaderList_AddProgram(ShaderList *programList,
96 ShaderList_FindProgram(ShaderList *programList,
126 * contained in the given ShaderList.
129 ShaderList_Dispose(ShaderList *programList)
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/
H A DD3DContext.h36 #include "ShaderList.h"
300 ShaderList *programs,
303 ShaderList *programList,
331 ShaderList convolvePrograms;
332 ShaderList rescalePrograms;
333 ShaderList lookupPrograms;
334 ShaderList basicGradPrograms;
335 ShaderList linearGradPrograms;
336 ShaderList radialGradPrograms;
H A DD3DContext.cpp1648 ShaderList *programs,
1681 ShaderList *programList,
/openjdk7/jdk/make/sun/awt/
H A DFILES_c_windows.gmk186 ShaderList.cpp \

Completed in 41 milliseconds