Home
last modified time | relevance | path

Searched refs:glTexBufferOES (Results 1 – 20 of 20) sorted by relevance

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_extensions.entries7 void glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer);
Dgles3_extensions_dispatch_logging_wrappers.impl15 …DISPATCH_DEBUG_LOG("glTexBufferOES(target:0x%X, internalformat:0x%X, buffer:%d)", target, internal…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_extensions_static_translator_namespaced_header.h10 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer);
Dgles3_extensions_functions.h10 …X(void, glTexBufferOES, (GLenum target, GLenum internalformat, GLuint buffer), (target, internalfo…
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h390 {"glTexBufferOES", (void*)glTexBufferOES},
Dgl2_client_context.h440 glTexBufferOES_client_proc_t glTexBufferOES; member
Dgl2_client_context.cpp440 glTexBufferOES = (glTexBufferOES_client_proc_t) getProc("glTexBufferOES", userData); in initDispatchByName()
Dgl2_entry.cpp435 void glTexBufferOES(GLenum target, GLenum internalFormat, GLuint buffer);
3054 void glTexBufferOES(GLenum target, GLenum internalFormat, GLuint buffer) in glTexBufferOES() function
3057 ctx->glTexBufferOES(ctx, target, internalFormat, buffer); in glTexBufferOES()
DGL2Encoder.cpp210 OVERRIDE(glTexBufferOES); in GL2Encoder()
Dgl2_enc.cpp13130 this->glTexBufferOES = &glTexBufferOES_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv31Imp.cpp745 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer) { in glTexBufferOES() function
747 SET_ERROR_IF_DISPATCHER_NOT_SUPPORT(glTexBufferOES); in glTexBufferOES()
751 ctx->dispatcher().glTexBufferOES(target, internalformat, globalBufferName); in glTexBufferOES()
DGLESv2Imp.cpp180 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer);
190 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalFormat, GLuint buffer);
347 …TexBufferOES"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glTexBufferOES); in getProcAddressGles2()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h539 glTexBufferOES_dec_server_proc_t glTexBufferOES; member
DGLESv2Decoder.cpp277 OVERRIDE_DEC(glTexBufferOES) in initGL()
920 ctx->glTexBufferOES(target, internalformat, buffer); in s_glTexBufferOES()
Dgles2_server_context.cpp440 glTexBufferOES = (glTexBufferOES_dec_server_proc_t) getProc("glTexBufferOES", userData); in initDispatchByName()
/hardware/google/gfxstream/codegen/gles2/
Dgles2.attrib1493 glTexBufferOES
Dgles2.in592 GL_ENTRY(void, glTexBufferOES, GLenum target, GLenum internalFormat, GLuint buffer);
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h643 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);