Home
last modified time | relevance | path

Searched refs:glBlendFunc (Results 1 - 25 of 93) sorted by relevance

1234

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DMemoryBarrierTest.cpp628 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 DMultisampledRenderToTextureTest.cpp814 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 DBlendPackedTest.cpp62 glBlendFunc(GL_ONE, GL_ONE); in runTest()
H A DSamplersTest.cpp161 glBlendFunc(GL_ONE, GL_ONE); in TEST_P()
H A DBlendIntegerTest.cpp93 glBlendFunc(GL_ONE, GL_ONE); in runTest()
H A DFramebufferMixedSamplesTest.cpp115 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in prepareForDraw()
H A DDrawBuffersTest.cpp329 glBlendFunc(GL_ONE, GL_ONE); in TEST_P()
368 glBlendFunc(GL_ZERO, GL_ONE); in TEST_P()
H A DLineLoopTest.cpp37 glBlendFunc(GL_ONE, GL_ONE);
H A DMultisampleCompatibilityTest.cpp98 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in prepareForDraw()
H A DStateChangeTest.cpp1005 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 Des2fNegativeFragmentApiTests.cpp169 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 Des3fFboInvalidateTests.cpp190 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 Des3fNegativeFragmentApiTests.cpp166 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 Des3fIndexedStateQueryTests.cpp770 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 DGrGLMakeEGLInterface.cpp33 M(glBlendFunc) in egl_get_gl_proc()
/third_party/skia/third_party/externals/angle2/samples/particle_system/
H A DParticleSystem.cpp181 glBlendFunc(GL_SRC_ALPHA, GL_ONE);
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp214 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 DBootAnimationTest.cpp124 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
/third_party/skia/third_party/externals/imgui/backends/
H A Dimgui_impl_opengl2.cpp112 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in ImGui_ImplOpenGL2_SetupRenderState()
/third_party/glfw/examples/
H A Dsplitview.c249 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in drawAllViews()
/third_party/glfw/deps/
H A Dnuklear_glfw_gl2.h105 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in nk_glfw3_render()
/third_party/mesa3d/src/intel/tools/imgui/
H A Dimgui_impl_opengl3.cpp135 glBlendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA); in ImGui_ImplOpenGL3_RenderDrawData()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.cpp329 void ContextWrapper::glBlendFunc (deUint32 src, deUint32 dst) in glBlendFunc() function in sglr::ContextWrapper
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.c896 &glBlendFunc,
/third_party/openGLES/api/GLSC/1.0.1/
H A Dgl.h475 GLAPI void APIENTRY glBlendFunc (GLenum sfactor, GLenum dfactor);

Completed in 34 milliseconds

1234