OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glExtIsProgramBinaryQCOM_client_proc_t
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_client_context.h
208
glExtIsProgramBinaryQCOM_client_proc_t
glExtIsProgramBinaryQCOM;
gl2_client_context.cpp
210
glExtIsProgramBinaryQCOM = (
glExtIsProgramBinaryQCOM_client_proc_t
) getProc("glExtIsProgramBinaryQCOM", userData);
gl2_client_proc.h
209
typedef GLboolean (gl2_APIENTRY *
glExtIsProgramBinaryQCOM_client_proc_t
) (void * ctx, GLuint);
gl2_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1_enc/
gl_client_context.h
298
glExtIsProgramBinaryQCOM_client_proc_t
glExtIsProgramBinaryQCOM;
gl_client_context.cpp
300
glExtIsProgramBinaryQCOM = (
glExtIsProgramBinaryQCOM_client_proc_t
) getProc("glExtIsProgramBinaryQCOM", userData);
gl_client_proc.h
299
typedef GLboolean (gl_APIENTRY *
glExtIsProgramBinaryQCOM_client_proc_t
) (void * ctx, GLuint);
Completed in 33 milliseconds