HomeSort by relevance Sort by last modified time
    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");
  /development/tools/emulator/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 1427 milliseconds