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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 202 glMaterialxOES_t glMaterialxOES;
gl_proc.h 202 typedef void (GL_APIENTRY *glMaterialxOES_t) (GLenum, GLenum, GLfixed);
GLDispatch.cpp 219 s_gl.glMaterialxOES = (glMaterialxOES_t) s_gles_lib->findSymbol("glMaterialxOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 202 glMaterialxOES_t glMaterialxOES;
    [all...]
gles_proc.h 202 typedef void (* glMaterialxOES_t) (GLenum, GLenum, GLfixed);
gles_dispatch.cpp 204 ptr = dlsym(gles_android,"glMaterialxOES"); disp->set_glMaterialxOES((glMaterialxOES_t)ptr);

Completed in 23 milliseconds