Home
last modified time | relevance | path

Searched refs:glUnmapBufferOES (Results 1 – 13 of 13) sorted by relevance

/frameworks/native/opengl/libs/
DlibGLESv2.map.txt194 glUnmapBufferOES;
DlibGLESv1_CM.map.txt275 glUnmapBufferOES;
DlibGLESv3.map.txt395 glUnmapBufferOES;
Dentries.in975 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
/frameworks/native/opengl/tools/glgen/specs/gles11/
DGLES11Ext.spec70 // GLboolean glUnmapBufferOES ( GLenum target )
/frameworks/native/opengl/libs/GLES_CM/
Dglext_api.in214 GLboolean API_ENTRY(glUnmapBufferOES)(GLenum target) {
215 CALL_GL_API_RETURN(glUnmapBufferOES, target);
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h877 #define glUnmapBufferOES wrap_glUnmapBufferOES macro
Dgles_undefine.h876 #undef glUnmapBufferOES
Dgles_stubs.in1180 GLboolean API_ENTRY(glUnmapBufferOES)(GLenum target) {
1181 CALL_GL_API_RETURN(glUnmapBufferOES, target);
Dgles_decls.in394 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
/frameworks/native/opengl/include/GLES/
Dglext.h335 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/frameworks/native/opengl/libs/GLES2/
Dgl2ext_api.in112 GLboolean API_ENTRY(glUnmapBufferOES)(GLenum target) {
113 CALL_GL_API_RETURN(glUnmapBufferOES, target);
/frameworks/native/opengl/include/GLES2/
Dgl2ext.h431 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);