Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles3_extensions.entries15 void glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor);
Dgles3_extensions_dispatch_logging_wrappers.impl55 DISPATCH_DEBUG_LOG("glBlendFunciEXT(buf:%d, sfactor:0x%X, dfactor:0x%X)", buf, sfactor, dfactor);
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles3_extensions_static_translator_namespaced_header.h18 GL_APICALL void GL_APIENTRY glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor);
Dgles3_extensions_functions.h18 X(void, glBlendFunciEXT, (GLuint buf, GLenum sfactor, GLenum dfactor), (buf, sfactor, dfactor)) \
/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_ftable.h398 {"glBlendFunciEXT", (void*)glBlendFunciEXT},
Dgl2_client_context.h448 glBlendFunciEXT_client_proc_t glBlendFunciEXT; member
Dgl2_client_context.cpp448 glBlendFunciEXT = (glBlendFunciEXT_client_proc_t) getProc("glBlendFunciEXT", userData); in initDispatchByName()
Dgl2_entry.cpp443 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()
DGL2Encoder.cpp219 OVERRIDE(glBlendFunciEXT); in GL2Encoder()
Dgl2_enc.cpp13138 this->glBlendFunciEXT = &glBlendFunciEXT_enc; in gl2_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles2_dec/
Dgles2_server_context.h555 glBlendFunciEXT_dec_server_proc_t glBlendFunciEXT; member
DGLESv2Decoder.cpp285 OVERRIDE_DEC(glBlendFunciEXT); in initGL()
965 ctx->glBlendFunciEXT(buf, sfactor, dfactor); in s_glBlendFunciEXT()
Dgles2_server_context.cpp448 glBlendFunciEXT = (glBlendFunciEXT_dec_server_proc_t) getProc("glBlendFunciEXT", userData); in initDispatchByName()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp1170 GL_APICALL void GL_APIENTRY glBlendFunciEXT(GLuint buf, GLenum sfactor, GLenum dfactor) in glBlendFunciEXT() function
1175 ctx->dispatcher().glBlendFunciEXT(buf, sfactor, dfactor); in glBlendFunciEXT()
DGLESv2Imp.cpp198 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/
Dgles2.attrib1512 glBlendFunciEXT
Dgles2.in605 GL_ENTRY(void, glBlendFunciEXT, GLuint index, GLenum sfactor, GLenum dfactor);
/hardware/google/gfxstream/include/GLES2/
Dgl2ext.h1358 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2ext.h1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2ext.h1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);