Searched refs:blend_equation_separate (Results 1 - 6 of 6) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 147 ES2F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 148 void blend_equation_separate (NegativeTestContext& ctx) in blend_equation_separate() function 494 {blend_equation_separate, "blend_equation_separate", "Invalid glBlendEquationSeparate() usage" }, in getNegativeFragmentApiTestFunctions()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 631 blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA, in blend_equation_separate() function 698 blend_equation_separate(ctx, modeRGB, modeA, true); in _mesa_BlendEquationSeparate_no_error() 712 blend_equation_separate(ctx, modeRGB, modeA, false); in _mesa_BlendEquationSeparate()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 155 ES3F_ADD_API_CASE(blend_equation_separate, "Invalid glBlendEquationSeparate() usage", in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 453 ADD_ARG_CASE2(blend_equation_separate, "Test cost of glBlendEquationSeparate() calls", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 488 ADD_ARG_CASE2(blend_equation_separate, "Test cost of glBlendEquationSeparate() calls", in init()
|
Completed in 7 milliseconds