Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/guest/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.cpp240 GLboolean glUnmapBufferOES(GLenum target);
1709 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1712 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
Dgl_enc.cpp9162 this->glUnmapBufferOES = &glUnmapBufferOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/guest/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.cpp155 GLboolean glUnmapBufferOES(GLenum target);
1352 GLboolean glUnmapBufferOES(GLenum target) in glUnmapBufferOES() function
1355 return ctx->glUnmapBufferOES(ctx, target); in glUnmapBufferOES()
DGL2Encoder.cpp248 OVERRIDE_CUSTOM(glUnmapBufferOES); in GL2Encoder()
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in223 API_ENTRY(glUnmapBufferOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h253 glUnmapBufferOES_server_proc_t glUnmapBufferOES; member
Dgles1_server_context.cpp245 glUnmapBufferOES = (glUnmapBufferOES_server_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles1_dec.cpp4805 *(GLboolean *)(&tmpBuf[0]) = this->glUnmapBufferOES(var_target); in decode()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h195 glUnmapBufferOES_server_proc_t glUnmapBufferOES; member
Dgles2_server_context.cpp160 glUnmapBufferOES = (glUnmapBufferOES_server_proc_t) getProc("glUnmapBufferOES", userData); in initDispatchByName()
Dgles2_dec.cpp3220 *(GLboolean *)(&tmpBuf[0]) = this->glUnmapBufferOES(var_target); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h686 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in240 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h320 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h794 GL_API GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/hardware/google/gfxstream/codegen/gles2/
Dgles2.in152 GL_ENTRY(GLboolean, glUnmapBufferOES, GLenum target)
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h431 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h428 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h428 GL_APICALL GLboolean GL_APIENTRY glUnmapBufferOES (GLenum target);

12