Home
last modified time | relevance | path

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

/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.cpp156 GLboolean glUnmapBufferOES(GLenum target);
1116 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1119 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
Dgl2_enc.cpp5129 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl2_encoder_context_t()
/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.cpp241 GLboolean glUnmapBufferOES(GLenum target);
1709 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1712 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
Dgl_enc.cpp8403 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl_encoder_context_t()