/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 153 … GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_S… in init() 154 …ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, in init() 155 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 158 … GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_S… in init() 160 …_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, GL_ONE_MINUS_SRC_ALPHA } in init()
|
D | es2pStateChangeCallTests.cpp | 426 GL_ONE_MINUS_SRC_ALPHA, in init() 443 GL_ONE_MINUS_SRC_ALPHA, in init() 749 GL_ONE_MINUS_SRC_ALPHA, in init() 766 GL_ONE_MINUS_SRC_ALPHA, in init() 783 GL_ONE_MINUS_SRC_ALPHA, in init() 800 GL_ONE_MINUS_SRC_ALPHA, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 158 … GL_FUNC_ADD, GL_FUNC_ADD, GL_ZERO, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE_MINUS_S… in init() 159 …ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, in init() 160 …{ "src_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_DST_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZER… in init() 163 … GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_ALPHA, GL_ONE, GL_ONE_MINUS_S… in init() 165 …ADD, GL_FUNC_ADD, GL_ONE, GL_ONE_MINUS_SRC_COLOR, GL_ONE, GL_ONE_MINUS_SRC_ALPHA }, in init()
|
D | es3pStateChangeCallTests.cpp | 461 GL_ONE_MINUS_SRC_ALPHA, in init() 478 GL_ONE_MINUS_SRC_ALPHA, in init() 811 GL_ONE_MINUS_SRC_ALPHA, in init() 828 GL_ONE_MINUS_SRC_ALPHA, in init() 845 GL_ONE_MINUS_SRC_ALPHA, in init() 862 GL_ONE_MINUS_SRC_ALPHA, in init()
|
/external/mesa3d/src/mesa/swrast/ |
D | s_blend.c | 132 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte() 133 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ubyte() 177 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort() 178 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_ushort() 215 ASSERT(ctx->Color.Blend[0].DstRGB == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float() 216 ASSERT(ctx->Color.Blend[0].DstA == GL_ONE_MINUS_SRC_ALPHA); in blend_transparency_float() 523 case GL_ONE_MINUS_SRC_ALPHA: in blend_general_float() 589 case GL_ONE_MINUS_SRC_ALPHA: in blend_general_float() 647 case GL_ONE_MINUS_SRC_ALPHA: in blend_general_float() 706 case GL_ONE_MINUS_SRC_ALPHA: in blend_general_float() [all …]
|
D | s_texcombine.c | 220 case GL_ONE_MINUS_SRC_ALPHA: in texture_combine() 288 if (operandA == GL_ONE_MINUS_SRC_ALPHA) { in texture_combine()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_util.c | 76 case GL_ONE_MINUS_SRC_ALPHA: in brw_translate_blend_factor()
|
D | intel_state.c | 134 case GL_ONE_MINUS_SRC_ALPHA: in intel_translate_blend_factor()
|
D | intel_pixel.c | 47 if (func == GL_ONE_MINUS_SRC_ALPHA) in effective_func()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_gldefs.h | 44 case GL_ONE_MINUS_SRC_ALPHA: in nvgl_blend_func()
|
D | nv04_state_raster.c | 98 case GL_ONE_MINUS_SRC_ALPHA: in get_blend_func()
|
D | nouveau_util.h | 183 return op == GL_ONE_MINUS_SRC_COLOR || op == GL_ONE_MINUS_SRC_ALPHA; in is_negative_operand()
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
D | intel_state.c | 134 case GL_ONE_MINUS_SRC_ALPHA: in intel_translate_blend_factor()
|
D | intel_pixel.c | 47 if (func == GL_ONE_MINUS_SRC_ALPHA) in effective_func()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_state.c | 134 case GL_ONE_MINUS_SRC_ALPHA: in intel_translate_blend_factor()
|
D | i830_texblend.c | 257 case GL_ONE_MINUS_SRC_ALPHA: in i830SetTexEnvCombine() 337 case GL_ONE_MINUS_SRC_ALPHA: in i830SetTexEnvCombine()
|
D | intel_pixel.c | 47 if (func == GL_ONE_MINUS_SRC_ALPHA) in effective_func()
|
/external/deqp/modules/glshared/ |
D | glsInteractionTestUtil.cpp | 114 GL_ONE_MINUS_SRC_ALPHA, in computeRandomRenderState() 140 GL_ONE_MINUS_SRC_ALPHA, in computeRandomRenderState()
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | DrawableBitmap.java | 74 gl.glBlendFunc(GL10.GL_ONE, GL10.GL_ONE_MINUS_SRC_ALPHA); in beginDrawing()
|
/external/skia/src/views/sdl/ |
D | SkOSWindow_SDL.cpp | 77 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in doDraw()
|
/external/deqp/modules/gles31/functional/ |
D | es31fIndexedStateQueryTests.cpp | 1039 GL_ONE_MINUS_SRC_ALPHA, in iterate() 1093 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1099 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_ONE_MINUS_SRC_ALPHA, m_verifierTyp… in iterate() 1170 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1178 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1184 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_RGB, ndx, GL_ONE_MINUS_SRC_ALPHA, m_verifierTyp… in iterate()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 302 case GL_ONE_MINUS_SRC_ALPHA: return rr::BLENDFUNC_ONE_MINUS_SRC_ALPHA; in mapGLBlendFunc()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 57 case GL_ONE_MINUS_SRC_ALPHA: in legal_src_factor() 95 case GL_ONE_MINUS_SRC_ALPHA: in legal_dst_factor()
|
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/ |
D | LwjglGL1Renderer.java | 363 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in applyRenderState() 366 glBlendFunc(GL_ONE, GL_ONE_MINUS_SRC_ALPHA); in applyRenderState()
|
/external/deqp/modules/gles2/functional/ |
D | es2fBlendTests.cpp | 326 { GL_ONE_MINUS_SRC_ALPHA, "one_minus_src_alpha" }, in init()
|