/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 159 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 161 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 163 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in init() 165 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init()
|
D | es2fBlendTests.cpp | 232 …GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha… in iterate()
|
D | es2fIntegerStateQueryTests.cpp | 1452 glBlendFuncSeparate(func, GL_ZERO, GL_ZERO, GL_ZERO); in SetBlendFunc() 1456 glBlendFuncSeparate(GL_ZERO, func, GL_ZERO, GL_ZERO); in SetBlendFunc() 1460 glBlendFuncSeparate(GL_ZERO, GL_ZERO, func, GL_ZERO); in SetBlendFunc() 1464 glBlendFuncSeparate(GL_ZERO, GL_ZERO, GL_ZERO, func); in SetBlendFunc()
|
D | es2fRandomFragmentOpTests.cpp | 194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 170 glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 172 glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in init() 174 glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in init() 176 glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in init()
|
D | es3fBlendTests.cpp | 280 …GLU_CHECK_CALL(glBlendFuncSeparate(paramSet.srcFuncRGB, paramSet.dstFuncRGB, paramSet.srcFuncAlpha… in iterate()
|
D | es3fRandomFragmentOpTests.cpp | 194 …wrapper.glBlendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendA… in setGLState()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 217 ctx.glBlendFuncSeparate(-1, GL_ONE, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 219 ctx.glBlendFuncSeparate(GL_ZERO, -1, GL_SRC_COLOR, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 221 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, -1, GL_ONE_MINUS_SRC_COLOR); in blend_func_separate() 223 ctx.glBlendFuncSeparate(GL_ZERO, GL_ONE, GL_SRC_COLOR, -1); in blend_func_separate()
|
D | es31fIndexedStateQueryTests.cpp | 1101 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1178 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate() 1186 …gl.glBlendFuncSeparate(GL_SRC_COLOR, GL_ONE_MINUS_SRC_ALPHA, GL_DST_COLOR, GL_ONE_MINUS_DST_ALPHA); in iterate()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 17 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
|
D | egluStaticES30Library.inl | 24 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
|
D | egluStaticES31Library.inl | 28 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
|
D | egluStaticES32Library.inl | 31 { "glBlendFuncSeparate", (deFunctionPtr)glBlendFuncSeparate },
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 14 glBlendFuncSeparate @12
|
D | libGLESv2.lds | 15 glBlendFuncSeparate;
|
/external/angle/src/tests/gl_tests/ |
D | BlendFuncExtendedTest.cpp | 166 glBlendFuncSeparate(GL_SRC1_COLOR_EXT, GL_SRC_ALPHA, GL_ONE_MINUS_SRC1_COLOR_EXT, in drawTest() 183 glBlendFuncSeparate(GL_ONE_MINUS_SRC1_COLOR_EXT, GL_ONE_MINUS_SRC_ALPHA, in drawTest()
|
/external/mesa3d/src/mapi/es2api/ |
D | gles2-symbols.txt | 28 glBlendFuncSeparate
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 17 gl->blendFuncSeparate = &glBlendFuncSeparate;
|
D | glwInitES30Direct.inl | 24 gl->blendFuncSeparate = &glBlendFuncSeparate;
|
D | glwInitES20.inl | 17 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
|
D | glwInitES31Direct.inl | 28 gl->blendFuncSeparate = &glBlendFuncSeparate;
|
D | glwInitES32Direct.inl | 31 gl->blendFuncSeparate = &glBlendFuncSeparate;
|
/external/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 220 …glBlendFuncSeparate(last_blend_src_rgb, last_blend_dst_rgb, last_blend_src_alpha, last_blend_dst_a… in ImGui_ImplOpenGL3_RenderDrawData()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 334 void ContextWrapper::glBlendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUi… in glBlendFuncSeparate() function in sglr::ContextWrapper
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 407 glBlendFuncSeparate
|