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

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp127 GLboolean status = glUnmapBuffer(GL_PIXEL_UNPACK_BUFFER);
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES30.spec20 GLboolean glUnmapBuffer ( GLenum target )
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h875 #define glUnmapBuffer wrap_glUnmapBuffer macro
H A Dgles_undefine.h875 #undef glUnmapBuffer macro
/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.h1116 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
H A Dgl31.h1116 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
H A Dgl32.h1116 GL_APICALL GLboolean GL_APIENTRY glUnmapBuffer (GLenum target);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1141 /* GLboolean glUnmapBuffer ( GLenum target ) */
1146 _returnValue = glUnmapBuffer(
5945 {"glUnmapBuffer", "(I)Z", (void *) android_glUnmapBuffer__I },

Completed in 164 milliseconds