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

  /external/chromium_org/third_party/angle/tests/angle_tests/
PBOExtensionTest.cpp 99 glUnmapBufferOES(GL_ARRAY_BUFFER);
140 glUnmapBufferOES(GL_PIXEL_PACK_BUFFER);
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_ftable.h 158 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
gl2_client_context.h 158 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl2_client_context.cpp 160 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData);
gl2_entry.cpp 156 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
gl2_enc.cpp     [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_ftable.h 225 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
gl_client_context.h 243 glUnmapBufferOES_client_proc_t glUnmapBufferOES;
gl_client_context.cpp 245 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData);
gl_entry.cpp 241 GLboolean glUnmapBufferOES(GLenum target);
    [all...]
gl_enc.cpp     [all...]
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
gles_ftable.h 233 {"glUnmapBufferOES", (void *)glUnmapBufferOES},
gles_dispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
    [all...]
gles.cpp 1121 GLboolean glUnmapBufferOES(GLenum target)
1123 return getDispatch()->glUnmapBufferOES(target);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 452 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 752 #define glUnmapBufferOES GLES2_GET_FUN(UnmapBufferOES)
756 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES/
glext.h     [all...]
  /external/mesa3d/include/GLES/
glext.h     [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h 777 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 777 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h 248 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]

Completed in 67 milliseconds