OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PFNGLGETPROGRAMBINARYOESPROC
(Results
26 - 27
of
27
) sorted by null
1
2
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
gl2ext.h
523
typedef void (GL_APIENTRYP
PFNGLGETPROGRAMBINARYOESPROC
) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
[
all
...]
/frameworks/native/opengl/include/GLES2/
gl2ext.h
719
typedef void (GL_APIENTRYP
PFNGLGETPROGRAMBINARYOESPROC
) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
[
all
...]
Completed in 220 milliseconds
1
2