Home
last modified time | relevance | path

Searched refs:GL_ONE_MINUS_DST_ALPHA (Results 1 – 25 of 33) sorted by relevance

12

/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp151 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
154 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
157 …src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_D… in init()
Des2pStateChangeCallTests.cpp428 GL_ONE_MINUS_DST_ALPHA, in init()
445 GL_ONE_MINUS_DST_ALPHA, in init()
751 GL_ONE_MINUS_DST_ALPHA, in init()
768 GL_ONE_MINUS_DST_ALPHA, in init()
785 GL_ONE_MINUS_DST_ALPHA, in init()
802 GL_ONE_MINUS_DST_ALPHA, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp156 …{ "dst_atop", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_SRC_ALPHA, GL_ONE… in init()
159 …{ "dst_over", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ONE, GL_ONE, … in init()
162 …src_out", GL_FUNC_ADD, GL_FUNC_ADD, GL_ONE_MINUS_DST_ALPHA, GL_ZERO, GL_ONE_MINUS_D… in init()
Des3pStateChangeCallTests.cpp463 GL_ONE_MINUS_DST_ALPHA, in init()
480 GL_ONE_MINUS_DST_ALPHA, in init()
813 GL_ONE_MINUS_DST_ALPHA, in init()
830 GL_ONE_MINUS_DST_ALPHA, in init()
847 GL_ONE_MINUS_DST_ALPHA, in init()
864 GL_ONE_MINUS_DST_ALPHA, in init()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_util.c80 case GL_ONE_MINUS_DST_ALPHA: in brw_translate_blend_factor()
Dintel_state.c138 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
Dbrw_cc.c85 case GL_ONE_MINUS_DST_ALPHA: in fix_xRGB_alpha()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_gldefs.h48 case GL_ONE_MINUS_DST_ALPHA: in nvgl_blend_func()
Dnv04_state_raster.c102 case GL_ONE_MINUS_DST_ALPHA: in get_blend_func()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_state.c138 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_state.c138 case GL_ONE_MINUS_DST_ALPHA: in intel_translate_blend_factor()
/external/deqp/modules/glshared/
DglsInteractionTestUtil.cpp116 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
142 GL_ONE_MINUS_DST_ALPHA, in computeRandomRenderState()
/external/deqp/modules/gles31/functional/
Des31fIndexedStateQueryTests.cpp1049 GL_ONE_MINUS_DST_ALPHA, in iterate()
1101 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1113 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… in iterate()
1178 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1186 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
1198 …verifyStateIndexedInteger(result, gl, GL_BLEND_DST_ALPHA, ndx, GL_ONE_MINUS_DST_ALPHA, m_verifierT… in iterate()
Des31fDrawBuffersIndexedTests.cpp1244 GL_ONE_MINUS_DST_ALPHA, in getRandomBlendFunc()
1605 …c(GL_SRC_ALPHA, GL_DST_ALPHA), BlendFunc(GL_ONE_MINUS_SRC_ALPHA, GL_ONE_MINUS_DST_ALPHA))), Maybe<… in addDrawBufferCommonTests()
1606 …parateBlendFunc(BlendFunc(GL_DST_ALPHA, GL_SRC_ALPHA), BlendFunc(GL_ONE_MINUS_DST_ALPHA, GL_ONE_MI… in addDrawBufferCommonTests()
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_blend.c93 case GL_ONE_MINUS_DST_ALPHA: in translate_blend()
/external/mesa3d/src/mesa/swrast/
Ds_blend.c529 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
595 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
653 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
712 case GL_ONE_MINUS_DST_ALPHA: in blend_general_float()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceUtils.cpp304 case GL_ONE_MINUS_DST_ALPHA: return rr::BLENDFUNC_ONE_MINUS_DST_ALPHA; in mapGLBlendFunc()
/external/mesa3d/src/mesa/main/
Dblend.c59 case GL_ONE_MINUS_DST_ALPHA: in legal_src_factor()
97 case GL_ONE_MINUS_DST_ALPHA: in legal_dst_factor()
/external/libgdx/extensions/gdx-bullet/jni/vs/Glut/EmptyGL/GL/
Degl_defs.h205 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/deqp/modules/gles2/functional/
Des2fBlendTests.cpp333 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DGL20.java46 public static final int GL_ONE_MINUS_DST_ALPHA = 0x0305; field
/external/deqp/modules/gles3/functional/
Des3fBlendTests.cpp392 { GL_ONE_MINUS_DST_ALPHA, "one_minus_dst_alpha" }, in init()
/external/mesa3d/include/GLES/
Dgl.h82 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/mesa3d/include/GLES2/
Dgl2.h80 #define GL_ONE_MINUS_DST_ALPHA 0x0305 macro
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_state.c186 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate()
233 case GL_ONE_MINUS_DST_ALPHA: in radeonBlendFuncSeparate()

12