/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles3_extensions.entries | 15 void glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor);
|
D | gles3_extensions_dispatch_logging_wrappers.impl | 55 DISPATCH_DEBUG_LOG("glBlendFunciEXT(buf:%d, sfactor:0x%X, dfactor:0x%X)", buf, sfactor, dfactor);
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles3_extensions_static_translator_namespaced_header.h | 18 GL_APICALL void GL_APIENTRY glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor);
|
D | gles3_extensions_functions.h | 18 X(void, glBlendFunciEXT, (GLuint buf, GLenum sfactor, GLenum dfactor), (buf, sfactor, dfactor)) \
|
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_ftable.h | 398 {"glBlendFunciEXT", (void*)glBlendFunciEXT},
|
D | gl2_client_context.h | 448 glBlendFunciEXT_client_proc_t glBlendFunciEXT; member
|
D | gl2_client_context.cpp | 448 glBlendFunciEXT = (glBlendFunciEXT_client_proc_t) getProc("glBlendFunciEXT", userData); in initDispatchByName()
|
D | gl2_entry.cpp | 443 void glBlendFunciEXT(GLuint index, GLenum sfactor, GLenum dfactor); 3102 void glBlendFunciEXT(GLuint index, GLenum sfactor, GLenum dfactor) in glBlendFunciEXT() function 3105 ctx->glBlendFunciEXT(ctx, index, sfactor, dfactor); in glBlendFunciEXT()
|
D | GL2Encoder.cpp | 219 OVERRIDE(glBlendFunciEXT); in GL2Encoder()
|
D | gl2_enc.cpp | 13138 this->glBlendFunciEXT = &glBlendFunciEXT_enc; in gl2_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles2_dec/ |
D | gles2_server_context.h | 555 glBlendFunciEXT_dec_server_proc_t glBlendFunciEXT; member
|
D | GLESv2Decoder.cpp | 285 OVERRIDE_DEC(glBlendFunciEXT); in initGL() 965 ctx->glBlendFunciEXT(buf, sfactor, dfactor); in s_glBlendFunciEXT()
|
D | gles2_server_context.cpp | 448 glBlendFunciEXT = (glBlendFunciEXT_dec_server_proc_t) getProc("glBlendFunciEXT", userData); in initDispatchByName()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv30Imp.cpp | 1170 GL_APICALL void GL_APIENTRY glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor) in glBlendFunciEXT() function 1175 ctx->dispatcher().glBlendFunciEXT(buf, sfactor, dfactor); in glBlendFunciEXT()
|
D | GLESv2Imp.cpp | 198 GL_APICALL void GL_APIENTRY glBlendFunciEXT(GLuint index, GLenum sfactor, GLenum dfactor); 355 …endFunciEXT"] = (__translatorMustCastToProperFunctionPointerType)GLES2_NAMESPACED(glBlendFunciEXT); in getProcAddressGles2()
|
/hardware/google/gfxstream/codegen/gles2/ |
D | gles2.attrib | 1512 glBlendFunciEXT
|
D | gles2.in | 605 GL_ENTRY(void, glBlendFunciEXT, GLuint index, GLenum sfactor, GLenum dfactor);
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2ext.h | 1358 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2ext.h | 1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2ext.h | 1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
|