OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glQueryMatrixxOES_t
(Results
1 - 6
of
6
) sorted by null
/sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h
242
glQueryMatrixxOES_t
glQueryMatrixxOES;
gl_proc.h
242
typedef GLbitfield (GL_APIENTRY *
glQueryMatrixxOES_t
) (GLfixed, GLint);
GLDispatch.cpp
259
s_gl.glQueryMatrixxOES = (
glQueryMatrixxOES_t
) s_gles_lib->findSymbol("glQueryMatrixxOES");
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_dispatch.h
242
glQueryMatrixxOES_t
glQueryMatrixxOES;
[
all
...]
gles_proc.h
242
typedef GLbitfield (*
glQueryMatrixxOES_t
) (GLfixed*, GLint*);
gles_dispatch.cpp
244
ptr = dlsym(gles_android,"glQueryMatrixxOES"); disp->set_glQueryMatrixxOES((
glQueryMatrixxOES_t
)ptr);
Completed in 42 milliseconds