OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glExtGetTexSubImageQCOM_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
286
glExtGetTexSubImageQCOM_t
glExtGetTexSubImageQCOM;
[
all
...]
gles_proc.h
286
typedef void (*
glExtGetTexSubImageQCOM_t
) (GLenum, GLint, GLint, GLint, GLint, GLsizei, GLsizei, GLsizei, GLenum, GLenum, GLvoid*);
gles_dispatch.cpp
288
ptr = dlsym(gles_android,"glExtGetTexSubImageQCOM"); disp->set_glExtGetTexSubImageQCOM((
glExtGetTexSubImageQCOM_t
)ptr);
Completed in 76 milliseconds