Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/GLESv2_enc/
Dgl2_ftable.h157 {"glMapBufferOES", (void*)glMapBufferOES},
Dgl2_client_context.h159 glMapBufferOES_client_proc_t glMapBufferOES; member
Dgl2_client_context.cpp159 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
Dgl2_entry.cpp155 void* glMapBufferOES(GLenum target, GLenum access);
1110 void* glMapBufferOES(GLenum target, GLenum access) in glMapBufferOES() function
1113 return ctx->glMapBufferOES(ctx, target, access); in glMapBufferOES()
Dgl2_enc.cpp5128 this->glMapBufferOES = (glMapBufferOES_client_proc_t) &enc_unsupported; in gl2_encoder_context_t()
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h232 {"glMapBufferOES", (void *)glMapBufferOES},
Dgles_dispatch.h235 glMapBufferOES_t glMapBufferOES; member
507 …MapBufferOES(glMapBufferOES_t f) { glMapBufferOES_t retval = glMapBufferOES; glMapBufferOES = f; r… in set_glMapBufferOES()
Dgles.cpp1116 void* glMapBufferOES(GLenum target, GLenum access) in glMapBufferOES() function
1118 return getDispatch()->glMapBufferOES(target, access); in glMapBufferOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h224 {"glMapBufferOES", (void*)glMapBufferOES},
Dgl_client_context.h244 glMapBufferOES_client_proc_t glMapBufferOES; member
Dgl_client_context.cpp244 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
Dgl_entry.cpp240 void* glMapBufferOES(GLenum target, GLenum access);
1703 void* glMapBufferOES(GLenum target, GLenum access) in glMapBufferOES() function
1706 return ctx->glMapBufferOES(ctx, target, access); in glMapBufferOES()
Dgl_enc.cpp8402 this->glMapBufferOES = (glMapBufferOES_client_proc_t) &enc_unsupported; in gl_encoder_context_t()