Home
last modified time | relevance | path

Searched refs:blendFunc (Results 1 - 25 of 50) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fDrawBuffersIndexedTests.cpp169 , blendFunc (blendFunc_) in BlendState()
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask); in isEmpty()
181 Maybe<Either<BlendFunc, SeparateBlendFunc> > blendFunc; member
221 if (blend.blendFunc) in setCommonBlendState()
223 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; in setCommonBlendState() local
225 if (blendFunc.is<BlendFunc>()) in setCommonBlendState()
226 gl.blendFunc(blendFunc.get<BlendFunc>().src, blendFunc in setCommonBlendState()
267 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; setIndexedBlendState() local
1104 const Either<BlendFunc, SeparateBlendFunc>& blendFunc = *blend.blendFunc; logBlendState() local
[all...]
H A Des3fFlushFinishTests.cpp260 gl.blendFunc(GL_ONE, GL_ONE);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedCoverage.cpp93 gl.blendFunc(GL_ONE, GL_ZERO); in iterate()
H A DesextcDrawBuffersIndexedBase.cpp325 gl.blendFunc(src, dst); in SetBlendFunc()
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
H A Des2pStateChangeCallTests.cpp416 blendFunc, in init()
H A Des2pTextureUploadTests.cpp193 gl.blendFunc (GL_ONE, GL_ONE); in init()
H A Des2pStateChangeTests.cpp637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
639 gl.blendFunc(GL_ONE, GL_ONE); in init()
1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
H A Des2pShaderControlStatementTests.cpp115 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
H A Des2pRedundantStateChangeTests.cpp577 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
1341 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cIndirectParametersTests.cpp435 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
631 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in draw()
H A Dgl4cShaderDrawParametersTests.cpp279 gl.blendFunc(GL_ONE, GL_ONE); in draw()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pTextureCases.cpp238 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
H A Des3pStateChangeTests.cpp721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
723 gl.blendFunc(GL_ONE, GL_ONE); in init()
1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
H A Des3pStateChangeCallTests.cpp451 blendFunc, in init()
H A Des3pShaderControlStatementTests.cpp115 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
H A Des3pRedundantStateChangeTests.cpp651 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in init()
1415 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext_gles_2_0_autogen.h24 void blendFunc(GLenum sfactor, GLenum dfactor); \
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContext.hpp128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
H A DsglrContextWrapper.cpp331 m_curCtx->blendFunc(src, dst); in glBlendFunc()
H A DsglrGLContext.hpp140 virtual void blendFunc (deUint32 src, deUint32 dst);
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp240 gl.blendFunc(GL_ONE, GL_ONE); in setupRenderState()
/third_party/vk-gl-cts/modules/egl/
H A DteglRenderTests.cpp577 gl.blendFunc(GL_ONE, GL_ONE); in drawGLES2()
582 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawGLES2()
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp366 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateES()
1019 gl.blendFunc (GL_ONE, GL_ZERO); in resetStateGLCore()
/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1596 gl.blendFunc(blendFunction, blendFunctionDst);
1661 gl.blendFunc(GL_ONE, GL_ONE);

Completed in 25 milliseconds

12