/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_extensions.entries | 7 void glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer);
|
D | gles3_extensions_dispatch_logging_wrappers.impl | 15 …DISPATCH_DEBUG_LOG("glTexBufferOES(target:0x%X, internalformat:0x%X, buffer:%d)", target, internal…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_extensions_static_translator_namespaced_header.h | 10 GL_APICALL void GL_APIENTRY glTexBufferOES(GLenum target, GLenum internalformat, GLuint buffer);
|
D | gles3_extensions_functions.h | 10 …X(void, glTexBufferOES, (GLenum target, GLenum internalformat, GLuint buffer), (target, internalfo…
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 390 {"glTexBufferOES", (void*)glTexBufferOES},
|
D | gl2_client_context.h | 440 glTexBufferOES_client_proc_t glTexBufferOES; member
|
D | gl2_client_context.cpp | 440 glTexBufferOES = (glTexBufferOES_client_proc_t) getProc("glTexBufferOES", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 435 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()
|
D | GL2Encoder.cpp | 210 OVERRIDE(glTexBufferOES); in GL2Encoder()
|
D | gl2_enc.cpp | 13130 this->glTexBufferOES = &glTexBufferOES_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv31Imp.cpp | 745 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()
|
D | GLESv2Imp.cpp | 180 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/ |
D | gles2_server_context.h | 539 glTexBufferOES_dec_server_proc_t glTexBufferOES; member
|
D | GLESv2Decoder.cpp | 277 OVERRIDE_DEC(glTexBufferOES) in initGL() 920 ctx->glTexBufferOES(target, internalformat, buffer); in s_glTexBufferOES()
|
D | gles2_server_context.cpp | 440 glTexBufferOES = (glTexBufferOES_dec_server_proc_t) getProc("glTexBufferOES", userData); in initDispatchByName()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1493 glTexBufferOES
|
D | gles2.in | 592 GL_ENTRY(void, glTexBufferOES, GLenum target, GLenum internalFormat, GLuint buffer);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 643 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 640 GL_APICALL void GL_APIENTRY glTexBufferOES (GLenum target, GLenum internalformat, GLuint buffer);
|