Searched refs:glUnmapBufferOES (Results 1 – 25 of 26) sorted by relevance
12
/hardware/google/gfxstream/guest/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()
|
D | gl_enc.cpp | 9162 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/guest/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); 1352 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function 1355 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
|
D | GL2Encoder.cpp | 248 OVERRIDE_CUSTOM(glUnmapBufferOES); in GL2Encoder()
|
/hardware/google/gfxstream/guest/egl/ |
D | ClientAPIExts.in | 223 API_ENTRY(glUnmapBufferOES,
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 253 glUnmapBufferOES_server_proc_t glUnmapBufferOES; member
|
D | gles1_server_context.cpp | 245 glUnmapBufferOES = (glUnmapBufferOES_server_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 4805 *(GLboolean *)(&tmpBuf[0]) = this->glUnmapBufferOES(var_target); in decode()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 195 glUnmapBufferOES_server_proc_t glUnmapBufferOES; member
|
D | gles2_server_context.cpp | 160 glUnmapBufferOES = (glUnmapBufferOES_server_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
|
D | gles2_dec.cpp | 3220 *(GLboolean *)(&tmpBuf[0]) = this->glUnmapBufferOES(var_target); in decode()
|
/hardware/google/gfxstream/include/GLES/ |
D | glext.h | 686 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | glext.h | 320 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | glext.h | 794 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.in | 152 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 431 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 428 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 428 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
|
12