Searched refs:blend_func_separate (Results 1 - 6 of 6) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
H A D | blend.c | 239 blend_func_separate(struct gl_context *ctx, in blend_func_separate() function 290 blend_func_separate(ctx, sfactor, dfactor, sfactor, dfactor); in _mesa_BlendFunc() 302 blend_func_separate(ctx, sfactor, dfactor, sfactor, dfactor); in _mesa_BlendFunc_no_error() 338 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate() 351 blend_func_separate(ctx, sfactorRGB, dfactorRGB, sfactorA, dfactorA); in _mesa_BlendFuncSeparate_no_error()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 156 ES2F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage", in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 221 void blend_func_separate (NegativeTestContext& ctx) in blend_func_separate() function 498 {blend_func_separate, "blend_func_separate", "Invalid glBlendFuncSeparate() usage" }, in getNegativeFragmentApiTestFunctions()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 175 ES3F_ADD_API_CASE(blend_func_separate, "Invalid glBlendFuncSeparate() usage", in init()
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
H A D | es2pStateChangeCallTests.cpp | 738 ADD_ARG_CASE4(blend_func_separate, "Test cost of glBlendFuncSeparate() calls", in init()
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pStateChangeCallTests.cpp | 800 ADD_ARG_CASE4(blend_func_separate, "Test cost of glBlendFuncSeparate() calls", in init()
|
Completed in 5 milliseconds