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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
gl_proc.h 236 typedef GLboolean (GL_APIENTRY *glUnmapBufferOES_t) (GLenum);
GLDispatch.cpp 253 s_gl.glUnmapBufferOES = (glUnmapBufferOES_t) s_gles_lib->findSymbol("glUnmapBufferOES");
  /development/tools/emulator/opengl/tests/gles_android_wrapper/
gles_dispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
    [all...]
gles_proc.h 236 typedef GLboolean (* glUnmapBufferOES_t) (GLenum);
gles_dispatch.cpp 238 ptr = dlsym(gles_android,"glUnmapBufferOES"); disp->set_glUnmapBufferOES((glUnmapBufferOES_t)ptr);

Completed in 4253 milliseconds