Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A 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
/aosp_15_r20/external/autotest/client/deps/webgl_mpd/src/debug/
H A Dwebgl-debug.js133 'blendFunc': {2: { 0:true, 1:true }}, property
/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp558 void GLContext::blendFunc(uint32_t src, uint32_t dst) in blendFunc() function in sglr::GLContext
H A DsglrReferenceContext.cpp3127 void ReferenceContext::blendFunc(uint32_t src, uint32_t dst) in blendFunc() function in sglr::ReferenceContext
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl42 glBlendFuncFunc blendFunc; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DvalidationESEXT.cpp2209 gl::BlendFactorType blendFunc) in ValidatePLSActiveBlendFunc()