Home
last modified time | relevance | path

Searched defs:blendFunc (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fDrawBuffersIndexedTests.cpp190 Maybe<Either<BlendFunc, SeparateBlendFunc>> blendFunc; member
231 const Either<BlendFunc, SeparateBlendFunc> &blendFunc = *blend.blendFunc; in setCommonBlendState() local
277 const Either<BlendFunc, SeparateBlendFunc> &blendFunc = *blend.blendFunc; in setIndexedBlendState() local
1100 const Either<BlendFunc, SeparateBlendFunc> &blendFunc = *blend.blendFunc; in logBlendState() local
/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js133 'blendFunc': {2: { 0:true, 1:true }}, property
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp558 void GLContext::blendFunc(uint32_t src, uint32_t dst) in blendFunc() function in sglr::GLContext
DsglrReferenceContext.cpp3127 void ReferenceContext::blendFunc(uint32_t src, uint32_t dst) in blendFunc() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl42 glBlendFuncFunc blendFunc; variable
/external/angle/src/libANGLE/
DvalidationESEXT.cpp2044 gl::BlendFactorType blendFunc) in ValidatePLSActiveBlendFunc()