Searched refs:glUnmapBufferOES (Results 1 – 13 of 13) sorted by relevance
/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 | 156 GLboolean glUnmapBufferOES(GLenum target); 1116 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function 1119 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
|
D | gl2_enc.cpp | 5129 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl2_encoder_context_t()
|
/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 | 241 GLboolean glUnmapBufferOES(GLenum target); 1709 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function 1712 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
|
D | gl_enc.cpp | 8403 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl_encoder_context_t()
|