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

1 2 3 4 5 6 7

  /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...]
  /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);
  /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...]
  /external/skia/src/gpu/gl/iOS/
GrGLCreateNativeInterface_iOS.cpp 133 functions->fUnmapBuffer = glUnmapBufferOES;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 70 // GLboolean glUnmapBufferOES ( GLenum target )
  /external/skia/src/gpu/gl/android/
GrGLCreateNativeInterface_android.cpp 190 functions->fUnmapBuffer = glUnmapBufferOES;
193 functions->fUnmapBuffer = (GrGLUnmapBufferProc) eglGetProcAddress("glUnmapBufferOES");
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 236 glUnmapBufferOES_t glUnmapBufferOES;
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 387 glUnmapBufferOES = 361;
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/5/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/6/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /prebuilts/ndk/6/platforms/android-5/arch-x86/usr/include/GLES2/
gl2ext.h 297 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 452 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 458 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);

Completed in 436 milliseconds

1 2 3 4 5 6 7