Searched refs:ShaderInfo (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/
H A DShaderList.c33 * Creates a new ShaderInfo that wraps the given fragment program handle
44 ShaderInfo *info;
48 // create new ShaderInfo
49 info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
52 "OGLContext_AddProgram: could not allocate ShaderInfo");
70 ShaderInfo *prev = NULL;
71 ShaderInfo *curr = info->next;
92 * it is only used to find another ShaderInfo with that same "flags" value.
99 ShaderInfo *pre
[all...]
H A DShaderList.h48 * The ShaderInfo structure keeps a reference to the fragment program's
49 * handle, as well as some other values that help differentiate one ShaderInfo
56 typedef struct _ShaderInfo ShaderInfo; typedef in typeref:struct:_ShaderInfo
59 ShaderInfo *head;
65 ShaderInfo *next;

Completed in 64 milliseconds