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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 193 glGetMaterialxvOES_t glGetMaterialxvOES;
gl_proc.h 193 typedef void (GL_APIENTRY *glGetMaterialxvOES_t) (GLenum, GLenum, GLfixed*);
GLDispatch.cpp 210 s_gl.glGetMaterialxvOES = (glGetMaterialxvOES_t) s_gles_lib->findSymbol("glGetMaterialxvOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 193 glGetMaterialxvOES_t glGetMaterialxvOES;
    [all...]
gles_proc.h 193 typedef void (* glGetMaterialxvOES_t) (GLenum, GLenum, GLfixed*);
gles_dispatch.cpp 195 ptr = dlsym(gles_android,"glGetMaterialxvOES"); disp->set_glGetMaterialxvOES((glGetMaterialxvOES_t)ptr);

Completed in 50 milliseconds