Searched refs:glUnmapBuffer (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp135 GLboolean status = glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER);
/frameworks/native/opengl/libs/GLES_trace/proto/
H A Dgltrace.proto418 glUnmapBuffer = 390;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec20 GLboolean glUnmapBuffer ( GLenum target )
/frameworks/base/libs/hwui/tests/
H A Dnullgles.cpp273 GLboolean glUnmapBuffer(GLenum target) { function
/frameworks/base/opengl/java/android/opengl/
H A DGLES30.java585 // C function GLboolean glUnmapBuffer ( GLenum target )
587 public static native boolean glUnmapBuffer( method in class:GLES30
/frameworks/native/opengl/include/GLES3/
H A Dgl3.h843 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
H A Dgl31.h843 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1008 /* GLboolean glUnmapBuffer ( GLenum target ) */
1013 _returnValue = glUnmapBuffer(
5195 {"glUnmapBuffer", "(I)Z", (void *) android_glUnmapBuffer__I },
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_api.cpp6480 glmsg.set_function(GLMessage::glUnmapBuffer);
6491 GLboolean retValue = glContext->hooks->gl.glUnmapBuffer(target);
[all...]

Completed in 200 milliseconds