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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 203 glMaterialxvOES_t glMaterialxvOES;
gl_proc.h 203 typedef void (GL_APIENTRY *glMaterialxvOES_t) (GLenum, GLenum, const GLfixed*);
GLDispatch.cpp 220 s_gl.glMaterialxvOES = (glMaterialxvOES_t) s_gles_lib->findSymbol("glMaterialxvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 203 glMaterialxvOES_t glMaterialxvOES;
    [all...]
gles_proc.h 203 typedef void (* glMaterialxvOES_t) (GLenum, GLenum, const GLfixed*);
gles_dispatch.cpp 205 ptr = dlsym(gles_android,"glMaterialxvOES"); disp->set_glMaterialxvOES((glMaterialxvOES_t)ptr);

Completed in 24 milliseconds