/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 224 {"glMapBufferOES", (void*)glMapBufferOES},
|
D | gl_client_context.h | 244 glMapBufferOES_client_proc_t glMapBufferOES; member
|
D | gl_client_context.cpp | 244 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
|
D | gl_entry.cpp | 239 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()
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 157 {"glMapBufferOES", (void*)glMapBufferOES},
|
D | gl2_client_context.h | 159 glMapBufferOES_client_proc_t glMapBufferOES; member
|
D | gl2_client_context.cpp | 159 glMapBufferOES = (glMapBufferOES_client_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 154 void* glMapBufferOES(GLenum target, GLenum access); 1346 void* glMapBufferOES(GLenum target, GLenum access) in glMapBufferOES() function 1349 return ctx->glMapBufferOES(ctx, target, access); in glMapBufferOES()
|
D | GL2Encoder.cpp | 247 OVERRIDE_CUSTOM(glMapBufferOES); in GL2Encoder()
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 219 API_ENTRY(glMapBufferOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 252 glMapBufferOES_server_proc_t glMapBufferOES; member
|
D | gles1_server_context.cpp | 244 glMapBufferOES = (glMapBufferOES_server_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4785 this->glMapBufferOES(var_target, var_access); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 194 glMapBufferOES_server_proc_t glMapBufferOES; member
|
D | gles2_server_context.cpp | 159 glMapBufferOES = (glMapBufferOES_server_proc_t) getProc("glMapBufferOES", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.attrib | 516 #void* glMapBufferOES(GLenum target, GLenum access) 517 glMapBufferOES
|
D | gles1.in | 239 GL_ENTRY(void*, glMapBufferOES, GLenum target, GLenum access)
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 390 #void* glMapBufferOES(GLenum target, GLenum access) 391 glMapBufferOES
|
D | gles2.in | 151 GL_ENTRY(void*, glMapBufferOES, GLenum target, GLenum access)
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 685 GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 319 GL_API void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 793 GL_API void* GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 430 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 427 GL_APICALL void *GL_APIENTRY glMapBufferOES (GLenum target, GLenum access);
|