Searched refs:dstRGB (Results 1 - 25 of 71) sorted by relevance

123

/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp46 BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) argument
67 , m_dstRGB (dstRGB)
84 log << TestLog::Message << "dstRGB: " << glu::getBlendFactorStr(m_dstRGB) << TestLog::EndMessage;
140 GLenum dstRGB; member in struct:deqp::gles2::Performance::__anon19953
164 addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].modeAlpha, cases[caseNdx].srcRGB, cases[caseNdx].dstRGB, cases[caseNdx].srcAlpha, cases[caseNdx].dstAlpha));
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; local
164 dstRGB = fix_xRGB_alpha(dstRGB);
169 srcRGB = dstRGB = GL_ONE;
176 cc->cc6.dest_blend_factor = brw_translate_blend_factor(dstRGB);
186 dstA != dstRGB ||
H A Dgen6_cc.c101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB; local
106 srcRGB = dstRGB = GL_ONE;
113 blend[b].blend0.dest_blend_factor = brw_translate_blend_factor(dstRGB);
123 dstA != dstRGB ||
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cc.c153 GLenum dstRGB = ctx->Color.Blend[0].DstRGB; local
164 dstRGB = fix_xRGB_alpha(dstRGB);
169 srcRGB = dstRGB = GL_ONE;
176 cc->cc6.dest_blend_factor = brw_translate_blend_factor(dstRGB);
186 dstA != dstRGB ||
H A Dgen6_cc.c101 GLenum dstRGB = ctx->Color.Blend[b].DstRGB; local
106 srcRGB = dstRGB = GL_ONE;
113 blend[b].blend0.dest_blend_factor = brw_translate_blend_factor(dstRGB);
123 dstA != dstRGB ||
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp46 BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum modeAlpha, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) argument
67 , m_dstRGB (dstRGB)
84 log << TestLog::Message << "dstRGB: " << glu::getBlendFactorStr(m_dstRGB) << TestLog::EndMessage;
143 GLenum dstRGB; member in struct:deqp::gles3::Performance::__anon20166
171 addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].modeAlpha, cases[caseNdx].srcRGB, cases[caseNdx].dstRGB, cases[caseNdx].srcAlpha, cases[caseNdx].dstAlpha));
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state.c59 unsigned dstRGB, unsigned dstA)
72 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
80 unsigned dstRGB, unsigned dstA)
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
99 unsigned dstRGB, unsigned dstA)
108 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
114 unsigned dstRGB, unsigne
58 blend_discard_if_src_alpha_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
79 blend_discard_if_src_alpha_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
98 blend_discard_if_src_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
113 blend_discard_if_src_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
128 blend_discard_if_src_alpha_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
151 blend_discard_if_src_alpha_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
241 unsigned dstRGB = state->rt[0].rgb_dst_factor; local
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state.c59 unsigned dstRGB, unsigned dstA)
72 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_ALPHA ||
73 dstRGB == PIPE_BLENDFACTOR_ONE) &&
80 unsigned dstRGB, unsigned dstA)
91 (dstRGB == PIPE_BLENDFACTOR_SRC_ALPHA ||
92 dstRGB == PIPE_BLENDFACTOR_ONE) &&
99 unsigned dstRGB, unsigned dstA)
108 (dstRGB == PIPE_BLENDFACTOR_INV_SRC_COLOR ||
109 dstRGB == PIPE_BLENDFACTOR_ONE) &&
114 unsigned dstRGB, unsigne
58 blend_discard_if_src_alpha_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
79 blend_discard_if_src_alpha_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
98 blend_discard_if_src_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
113 blend_discard_if_src_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
128 blend_discard_if_src_alpha_color_0(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
151 blend_discard_if_src_alpha_color_1(unsigned srcRGB, unsigned srcA, unsigned dstRGB, unsigned dstA) argument
241 unsigned dstRGB = state->rt[0].rgb_dst_factor; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB; local
935 else if (srcRGB != srcA || dstRGB != dstA) {
939 && dstRGB == GL_ONE_MINUS_SRC_ALPHA) {
955 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) {
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR))
968 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) {
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) {
980 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) {
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c908 const GLenum dstRGB = ctx->Color.Blend[0].DstRGB; local
935 else if (srcRGB != srcA || dstRGB != dstA) {
939 && dstRGB == GL_ONE_MINUS_SRC_ALPHA) {
955 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ONE) {
965 && (srcRGB == GL_ZERO && dstRGB == GL_SRC_COLOR))
968 && (srcRGB == GL_DST_COLOR && dstRGB == GL_ZERO))) {
977 else if (eq == GL_FUNC_ADD && srcRGB == GL_ZERO && dstRGB == GL_ONE) {
980 else if (eq == GL_FUNC_ADD && srcRGB == GL_ONE && dstRGB == GL_ZERO) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_state.c299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; local
304 srcRGB = dstRGB = GL_ONE;
312 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB));
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
338 GLenum dstRGB, GLenum srcA, GLenum dstA)
337 i915BlendFuncSeparate(struct gl_context * ctx, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA) argument
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_state.c299 GLuint dstRGB = ctx->Color.Blend[0].DstRGB; local
304 srcRGB = dstRGB = GL_ONE;
312 lis6 |= DST_BLND_FACT(intel_translate_blend_factor(dstRGB));
319 if (srcA != srcRGB || dstA != dstRGB || eqA != eqRGB)
338 GLenum dstRGB, GLenum srcA, GLenum dstA)
337 i915BlendFuncSeparate(struct gl_context * ctx, GLenum srcRGB, GLenum dstRGB, GLenum srcA, GLenum dstA) argument
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp334 void ContextWrapper::glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) argument
336 m_curCtx->blendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
H A DsglrContext.hpp129 virtual void blendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) = DE_NULL;
H A DsglrGLContext.hpp141 virtual void blendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha);
H A DsglrGLContext.cpp570 void GLContext::blendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) argument
572 m_wrapper->glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
H A Di915_state.c108 unsigned dstRGB = blend->rt[0].rgb_dst_factor; local
119 dstA != dstRGB ||
165 unsigned dstRGB = blend->rt[0].rgb_dst_factor; local
169 DST_BLND_FACT(i915_translate_blend_factor(dstRGB)) |
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_state.c108 unsigned dstRGB = blend->rt[0].rgb_dst_factor; local
119 dstA != dstRGB ||
165 unsigned dstRGB = blend->rt[0].rgb_dst_factor; local
169 DST_BLND_FACT(i915_translate_blend_factor(dstRGB)) |
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h51 (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha),
52 (srcRGB, dstRGB, srcAlpha, dstAlpha))
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h79 virtual void blendFuncSeparate(WGC3Denum srcRGB, WGC3Denum dstRGB, WGC3Denum srcAlpha, WGC3Denum dstAlpha) { } argument
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc116 GLenum dstRGB,
121 glBlendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
114 BlendFuncSeparate(PP_Resource context_id, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) argument
/external/chromium_org/ppapi/lib/gl/gles2/
H A Dgles2.c73 GLenum dstRGB,
77 glGetCurrentContextPPAPI(), srcRGB, dstRGB, srcAlpha, dstAlpha); local
72 glBlendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) argument
/external/chromium_org/third_party/mesa/src/include/GLES/
H A Dglext.h470 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
472 typedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEOESPROC) (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
/external/deqp/modules/gles3/functional/
H A Des3fFboColorbufferTests.cpp725 FboBlendCase (Context& context, const char* name, const char* desc, deUint32 format, IVec2 size, deUint32 funcRGB, deUint32 funcAlpha, deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) argument
731 , m_dstRGB (dstRGB)
/external/mesa3d/include/GLES/
H A Dglext.h470 GL_API void GL_APIENTRY glBlendFuncSeparateOES (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);
472 typedef void (GL_APIENTRYP PFNGLBLENDFUNCSEPARATEOESPROC) (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);

Completed in 6800 milliseconds

123