/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | GLESv1.cpp | 240 static GLboolean glUnmapBufferOES(GLenum) { in glUnmapBufferOES() function 445 glUnmapBufferOES = ::glUnmapBufferOES; in GLESv1()
|
D | GLESv3.cpp | 551 glUnmapBufferOES = glUnmapBuffer; in GLESv3()
|
/device/generic/goldfish-opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 233 {"glUnmapBufferOES", (void *)glUnmapBufferOES},
|
D | gles_dispatch.h | 236 glUnmapBufferOES_t glUnmapBufferOES; member 508 …ferOES(glUnmapBufferOES_t f) { glUnmapBufferOES_t retval = glUnmapBufferOES; glUnmapBufferOES = f;… in set_glUnmapBufferOES()
|
D | gles.cpp | 1121 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function 1123 return getDispatch()->glUnmapBufferOES(target); in glUnmapBufferOES()
|
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
D | gl_ftable.h | 225 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
|
D | gl_client_context.h | 245 glUnmapBufferOES_client_proc_t glUnmapBufferOES; member
|
D | gl_client_context.cpp | 245 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 240 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/ |
D | gles1.lds | 291 glUnmapBufferOES;
|
D | gles3.lds | 370 glUnmapBufferOES;
|
D | gles1_wrapper_context.h | 245 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES; member
|
D | gles3_wrapper_context.h | 160 glUnmapBufferOES_wrapper_proc_t glUnmapBufferOES; member
|
D | gles1_wrapper_context.cpp | 245 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gles3_wrapper_context.cpp | 160 glUnmapBufferOES = (glUnmapBufferOES_wrapper_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gles1_wrapper_entry.cpp | 240 GLboolean glUnmapBufferOES(GLenum target); 1699 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function 1702 return ctx->glUnmapBufferOES( target); in glUnmapBufferOES()
|
D | gles1.in | 240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
|
D | gles3_wrapper_entry.cpp | 155 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/ |
D | gl2_ftable.h | 158 {"glUnmapBufferOES", (void*)glUnmapBufferOES},
|
D | gl2_client_context.h | 160 glUnmapBufferOES_client_proc_t glUnmapBufferOES; member
|
D | gl2_client_context.cpp | 160 glUnmapBufferOES = (glUnmapBufferOES_client_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 155 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/ |
D | ClientAPIExts.in | 223 API_ENTRY(glUnmapBufferOES,
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
|
/device/generic/goldfish-opengl/system/include/GLES/ |
D | glext.h | 790 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|