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

  /device/generic/opengl-transport/host/libs/virglrenderer/
GLESv1.cpp 240 static GLboolean glUnmapBufferOES(GLenum) {
445 glUnmapBufferOES = ::glUnmapBufferOES;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTgles2Ext.h 125 PFNGLUNMAPBUFFEROES glUnmapBufferOES;
  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_client_context.h 245 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl_entry.cpp 240 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
gles.cpp 1121 GLboolean glUnmapBufferOES(GLenum target)
1123 return getDispatch()->glUnmapBufferOES(target);
    [all...]
gles_dispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
    [all...]
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
gles1_wrapper_context.h 245 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES;
gles1_wrapper_entry.cpp 240 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
gles3_wrapper_context.h 160 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES;
gles3_wrapper_entry.cpp 155 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_client_context.h 160 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl2_entry.cpp 155 GLboolean glUnmapBufferOES(GLenum target);
    [all...]

Completed in 316 milliseconds