HomeSort by relevance Sort by last modified time
    Searched refs:glMatrixIndexPointerOES_t (Results 1 - 6 of 6) sorted by null

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
gl_proc.h 240 typedef void (GL_APIENTRY *glMatrixIndexPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*);
GLDispatch.cpp 257 s_gl.glMatrixIndexPointerOES = (glMatrixIndexPointerOES_t) s_gles_lib->findSymbol("glMatrixIndexPointerOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 240 glMatrixIndexPointerOES_t glMatrixIndexPointerOES;
    [all...]
gles_proc.h 240 typedef void (* glMatrixIndexPointerOES_t) (GLint, GLenum, GLsizei, const GLvoid*);
gles_dispatch.cpp 242 ptr = dlsym(gles_android,"glMatrixIndexPointerOES"); disp->set_glMatrixIndexPointerOES((glMatrixIndexPointerOES_t)ptr);

Completed in 27 milliseconds