/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | MemoryBarrierTest.cpp | 628 glBlendFunc(GL_ZERO, GL_ONE); in noopOp() 801 glBlendFunc(GL_ONE, GL_ONE); in vertexAttribArrayBitBufferWriteThenVertexRead() 863 glBlendFunc(GL_ONE, GL_ONE); in vertexAttribArrayBitVertexReadThenBufferWrite() 959 glBlendFunc(GL_ONE, GL_ONE); in elementArrayBitBufferWriteThenIndexRead() 1012 glBlendFunc(GL_ONE, GL_ONE); in elementArrayBitIndexReadThenBufferWrite() 1108 glBlendFunc(GL_ONE, GL_ONE); in uniformBitBufferWriteThenUBORead() 1160 glBlendFunc(GL_ONE, GL_ONE); in uniformBitUBOReadThenBufferWrite() 1258 glBlendFunc(GL_ONE, GL_ONE); in commandBitBufferWriteThenIndirectRead() 1315 glBlendFunc(GL_ONE, GL_ONE); in commandBitIndirectReadThenBufferWrite() 1355 glBlendFunc(GL_ON in pixelBufferBitBufferWriteThenPack() [all...] |
H A D | MultisampledRenderToTextureTest.cpp | 814 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 1260 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawCopyThenBlendCommon() 1328 glBlendFunc(GL_ONE, GL_ONE); in clearDrawCopyThenBlendSameProgramCommon() 1459 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 1765 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawCopyDrawAttachDepthStencilClearThenDrawCommon() 1862 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 1946 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 1993 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in clearThenBlendCommon() 2172 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in TEST_P() 2276 glBlendFunc(GL_SRC_ALPH in TEST_P() [all...] |
H A D | BlendPackedTest.cpp | 62 glBlendFunc(GL_ONE, GL_ONE); in runTest()
|
H A D | SamplersTest.cpp | 161 glBlendFunc(GL_ONE, GL_ONE); in TEST_P()
|
H A D | BlendIntegerTest.cpp | 93 glBlendFunc(GL_ONE, GL_ONE); in runTest()
|
H A D | FramebufferMixedSamplesTest.cpp | 115 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in prepareForDraw()
|
H A D | DrawBuffersTest.cpp | 329 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 368 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P()
|
H A D | LineLoopTest.cpp | 37 glBlendFunc(GL_ONE, GL_ONE);
|
H A D | MultisampleCompatibilityTest.cpp | 98 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in prepareForDraw()
|
H A D | StateChangeTest.cpp | 1005 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 1518 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in blendAndVerifyColor() 3140 glBlendFunc(GL_ONE, GL_ONE); in TEST_P() 3422 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P() 3478 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P() 3540 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P() 4336 glBlendFunc(GL_ONE, GL_ONE); 4437 glBlendFunc(GL_ONE, GL_ONE); 6820 glBlendFunc(GL_ONE, GL_ONE); 6898 glBlendFunc(GL_ON [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 169 ES2F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init() 172 glBlendFunc(-1, GL_ONE); in init() 174 glBlendFunc(GL_ONE, -1); in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 190 glBlendFunc (GL_ONE, GL_ONE); in render() 284 glBlendFunc (GL_ONE, GL_ONE); in render() 339 glBlendFunc (GL_ONE, GL_ONE); in render() 429 glBlendFunc (GL_ONE, GL_ONE); in render() 539 glBlendFunc (GL_ONE, GL_ONE); in render() 793 glBlendFunc (GL_ONE, GL_ONE); in render() 895 glBlendFunc (GL_ONE, GL_ONE); in render() 1178 glBlendFunc (GL_ONE, GL_ONE); in render() 1305 glBlendFunc (GL_ONE, GL_ONE); in render()
|
H A D | es3fNegativeFragmentApiTests.cpp | 166 ES3F_ADD_API_CASE(blend_func, "Invalid glBlendFunc() usage", in init() 169 glBlendFunc(-1, GL_ONE); in init() 171 glBlendFunc(GL_ONE, -1); in init()
|
H A D | es3fIndexedStateQueryTests.cpp | 770 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate() 847 gl.glBlendFunc(GL_SRC_ALPHA, GL_DST_ALPHA); in iterate()
|
/third_party/skia/src/gpu/gl/egl/ |
H A D | GrGLMakeEGLInterface.cpp | 33 M(glBlendFunc) in egl_get_gl_proc()
|
/third_party/skia/third_party/externals/angle2/samples/particle_system/ |
H A D | ParticleSystem.cpp | 181 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 214 ctx.glBlendFunc(-1, GL_ONE); in blend_func() 216 ctx.glBlendFunc(GL_ONE, -1); in blend_func() 496 {blend_func, "blend_func", "Invalid glBlendFunc() usage" }, in getNegativeFragmentApiTestFunctions()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | BootAnimationTest.cpp | 124 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
|
/third_party/skia/third_party/externals/imgui/backends/ |
H A D | imgui_impl_opengl2.cpp | 112 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in ImGui_ImplOpenGL2_SetupRenderState()
|
/third_party/glfw/examples/ |
H A D | splitview.c | 249 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawAllViews()
|
/third_party/glfw/deps/ |
H A D | nuklear_glfw_gl2.h | 105 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in nk_glfw3_render()
|
/third_party/mesa3d/src/intel/tools/imgui/ |
H A D | imgui_impl_opengl3.cpp | 135 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in ImGui_ImplOpenGL3_RenderDrawData()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.cpp | 329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) in glBlendFunc() function in sglr::ContextWrapper
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.c | 896 &glBlendFunc,
|
/third_party/openGLES/api/GLSC/1.0.1/ |
H A D | gl.h | 475 GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);
|