HomeSort by relevance Sort by last modified time
    Searched defs:glMapBufferOES (Results 1 - 13 of 13) sorted by null

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 122 static void* glMapBufferOES(GLenum, GLenum) {
415 glMapBufferOES = ::glMapBufferOES;
GLESv3.cpp 125 static void* glMapBufferOES(GLenum, GLenum) {
620 glMapBufferOES = ::glMapBufferOES;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 124 PFNGLMAPBUFFEROES glMapBufferOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 244 glMapBufferOES_client_proc_t glMapBufferOES;
gl_entry.cpp 239 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1116 void* glMapBufferOES(GLenum target, GLenum access)
1118 return getDispatch()->glMapBufferOES(target, access);
    [all...]
gles_dispatch.h 235 glMapBufferOES_t glMapBufferOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 244 glMapBufferOES_wrapper_proc_t glMapBufferOES;
gles1_wrapper_entry.cpp 239 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
gles3_wrapper_context.h 159 glMapBufferOES_wrapper_proc_t glMapBufferOES;
gles3_wrapper_entry.cpp 154 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 159 glMapBufferOES_client_proc_t glMapBufferOES;
gl2_entry.cpp 154 void* glMapBufferOES(GLenum target, GLenum access);
    [all...]

Completed in 373 milliseconds