OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glExtGetProgramBinarySourceQCOM_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
291
glExtGetProgramBinarySourceQCOM_t
glExtGetProgramBinarySourceQCOM;
[
all
...]
gles_proc.h
291
typedef void (*
glExtGetProgramBinarySourceQCOM_t
) (GLuint, GLenum, GLchar*, GLint*);
gles_dispatch.cpp
293
ptr = dlsym(gles_android,"glExtGetProgramBinarySourceQCOM"); disp->set_glExtGetProgramBinarySourceQCOM((
glExtGetProgramBinarySourceQCOM_t
)ptr);
Completed in 40 milliseconds