Home
last modified time | relevance | path

Searched refs:GL_CONSTANT_ALPHA (Results 1 - 25 of 58) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp431 GL_CONSTANT_ALPHA, in init()
448 GL_CONSTANT_ALPHA, in init()
754 GL_CONSTANT_ALPHA, in init()
771 GL_CONSTANT_ALPHA, in init()
788 GL_CONSTANT_ALPHA, in init()
805 GL_CONSTANT_ALPHA, in init()
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp466 GL_CONSTANT_ALPHA, in init()
483 GL_CONSTANT_ALPHA, in init()
816 GL_CONSTANT_ALPHA, in init()
833 GL_CONSTANT_ALPHA, in init()
850 GL_CONSTANT_ALPHA, in init()
867 GL_CONSTANT_ALPHA, in init()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedSetGet.cpp76 state.SetBlendFunci(1, GL_ONE_MINUS_DST_COLOR, GL_CONSTANT_ALPHA); in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.cpp119 GL_CONSTANT_ALPHA, in computeRandomRenderState()
145 GL_CONSTANT_ALPHA, in computeRandomRenderState()
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c82 case GL_CONSTANT_ALPHA: in translate_blend()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp307 case GL_CONSTANT_ALPHA: return rr::BLENDFUNC_CONSTANT_ALPHA; in mapGLBlendFunc()
/third_party/mesa3d/src/mesa/main/
H A Dblend.c66 case GL_CONSTANT_ALPHA: in legal_src_factor()
102 case GL_CONSTANT_ALPHA: in legal_dst_factor()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DStateManager9.cpp705 if (blendState.sourceBlendRGB != GL_CONSTANT_ALPHA && in setBlendColor()
707 blendState.destBlendRGB != GL_CONSTANT_ALPHA && in setBlendColor()
H A Drenderer9_utils.cpp114 case GL_CONSTANT_ALPHA: in ConvertBlendFunc()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp85 return alpha ? GL_CONSTANT_ALPHA : GL_CONSTANT_COLOR; in GLBlendFactor()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fBlendTests.cpp336 { GL_CONSTANT_ALPHA, "constant_alpha" }, in init()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp20 (second == GL_CONSTANT_ALPHA || second == GL_ONE_MINUS_CONSTANT_ALPHA); in ConstantColorAndAlphaBlendFunctions()
1928 GL_CONSTANT_ALPHA, in TEST_P()
1940 GL_CONSTANT_ALPHA, GL_ONE_MINUS_CONSTANT_ALPHA, in TEST_P()
2033 glBlendFuncSeparateiOES(0, GL_CONSTANT_COLOR, GL_CONSTANT_COLOR, GL_CONSTANT_ALPHA, in TEST_P()
2034 GL_CONSTANT_ALPHA); in TEST_P()
2037 glBlendFuncSeparateiOES(1, GL_CONSTANT_ALPHA, GL_CONSTANT_ALPHA, GL_CONSTANT_COLOR, in TEST_P()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fBlendTests.cpp395 { GL_CONSTANT_ALPHA, "constant_alpha" }, in init()
H A Des3fIndexedStateQueryTests.cpp738 GL_CONSTANT_ALPHA, in iterate()
/third_party/openGLES/api/GLSC2/
H A Dglsc2.h88 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/skia/third_party/externals/angle2/src/common/
H A DPackedEnums.h450 ANGLE_VALIDATE_PACKED_ENUM(BlendFactorType, ConstantAlpha, GL_CONSTANT_ALPHA);
/third_party/skia/third_party/externals/opengl-registry/api/GLSC2/
H A Dglsc2.h109 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.cpp381 case GL_CONSTANT_ALPHA: in BlendFuncSeparate()
403 case GL_CONSTANT_ALPHA: in BlendFuncSeparate()
426 case GL_CONSTANT_ALPHA: in BlendFuncSeparate()
448 case GL_CONSTANT_ALPHA: in BlendFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DState.cpp737 return sourceRGB == GL_CONSTANT_ALPHA || sourceRGB == GL_ONE_MINUS_CONSTANT_ALPHA || in hasConstantAlpha()
738 destRGB == GL_CONSTANT_ALPHA || destRGB == GL_ONE_MINUS_CONSTANT_ALPHA; in hasConstantAlpha()
H A DvalidationES2.cpp775 case GL_CONSTANT_ALPHA: in ValidBlendFunc()
3884 (srcRGB == GL_CONSTANT_ALPHA || srcRGB == GL_ONE_MINUS_CONSTANT_ALPHA || in ValidateBlendFuncSeparate()
3885 dstRGB == GL_CONSTANT_ALPHA || dstRGB == GL_ONE_MINUS_CONSTANT_ALPHA); in ValidateBlendFuncSeparate()
/third_party/glfw/deps/glad/
H A Dgles2.h207 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/mesa3d/include/GLES2/
H A Dgl2.h117 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/openGLES/api/GLES2/
H A Dgl2.h98 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h326 #define GL_CONSTANT_ALPHA 0x8003 macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp1759 case GL_CONSTANT_ALPHA: in ConvertBlendFunc()

Completed in 59 milliseconds

123