Home
last modified time | relevance | path

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

12

/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp240 static GLboolean glUnmapBufferOES(GLenum) { in glUnmapBufferOES() function
445 glUnmapBufferOES = ::glUnmapBufferOES; in GLESv1()
DGLESv3.cpp551 glUnmapBufferOES = glUnmapBuffer; in GLESv3()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles_ftable.h233 {"glUnmapBufferOES", (void *)glUnmapBufferOES},
Dgles_dispatch.h236 glUnmapBufferOES_t glUnmapBufferOES; member
508 …ferOES(glUnmapBufferOES_t f) { glUnmapBufferOES_t retval = glUnmapBufferOES; glUnmapBufferOES = f;… in set_glUnmapBufferOES()
Dgles.cpp1121 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1123 return getDispatch()->glUnmapBufferOES(target); in glUnmapBufferOES()
/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_ftable.h225 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
Dgl_client_context.h245 glUnmapBufferOES_client_proc_t glUnmapBufferOES; member
Dgl_client_context.cpp245 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgl_entry.cpp240 GLboolean glUnmapBufferOES(GLenum target);
1709 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1712 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
/device/google/cuttlefish_common/guest/libs/eglwrapper/
Dgles1.lds291 glUnmapBufferOES;
Dgles3.lds370 glUnmapBufferOES;
Dgles1_wrapper_context.h245 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES; member
Dgles3_wrapper_context.h160 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES; member
Dgles1_wrapper_context.cpp245 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles3_wrapper_context.cpp160 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles1_wrapper_entry.cpp240 GLboolean glUnmapBufferOES(GLenum target);
1699 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1702 return ctx->glUnmapBufferOES( target); in glUnmapBufferOES()
Dgles1.in240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
Dgles3_wrapper_entry.cpp155 GLboolean glUnmapBufferOES(GLenum target);
1309 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1312 return ctx->glUnmapBufferOES( target); in glUnmapBufferOES()
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_ftable.h158 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
Dgl2_client_context.h160 glUnmapBufferOES_client_proc_t glUnmapBufferOES; member
Dgl2_client_context.cpp160 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgl2_entry.cpp155 GLboolean glUnmapBufferOES(GLenum target);
1337 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1340 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in223 API_ENTRY(glUnmapBufferOES,
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h790 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);

12