/external/deqp/modules/gles2/functional/ |
D | es2fNegativeFragmentApiTests.cpp | 150 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init() 152 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init()
|
D | es2fBlendTests.cpp | 231 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate()
|
D | es2fRandomFragmentOpTests.cpp | 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 15 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
|
D | egluStaticES30Library.inl | 22 { "glBlendEquationSeparate", (deFunctionPtr)glBlendEquationSeparate },
|
/external/deqp/modules/gles3/functional/ |
D | es3fNegativeFragmentApiTests.cpp | 150 glBlendEquationSeparate(-1, GL_FUNC_ADD); in init() 154 glBlendEquationSeparate(GL_FUNC_ADD, -1); in init()
|
D | es3fRandomFragmentOpTests.cpp | 193 wrapper.glBlendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setGLState()
|
D | es3fBlendTests.cpp | 279 GLU_CHECK_CALL(glBlendEquationSeparate(paramSet.equationRGB, paramSet.equationAlpha)); in iterate()
|
/external/mesa3d/src/mapi/es2api/ |
D | ABI-check | 26 glBlendEquationSeparate
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 12 glBlendEquationSeparate @10
|
D | libGLESv2.lds | 13 glBlendEquationSeparate;
|
D | libGLESv2.hpp | 54 void (*glBlendEquationSeparate)(GLenum modeRGB, GLenum modeAlpha); member in LibGLESv2exports
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeFragmentApiTests.cpp | 151 ctx.glBlendEquationSeparate(-1, GL_FUNC_ADD); in blend_equation_separate() 155 ctx.glBlendEquationSeparate(GL_FUNC_ADD, -1); in blend_equation_separate()
|
D | es31fIndexedStateQueryTests.cpp | 1271 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate() 1323 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT); in iterate()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 15 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES30Direct.inl | 22 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES20.inl | 15 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
|
D | glwInitES31Direct.inl | 26 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES32Direct.inl | 27 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES30.inl | 22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
|
D | glwInitGL30.inl | 22 …lendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in glBlendEquationSeparate() function in sglr::ContextWrapper
|
D | sglrContextWrapper.hpp | 57 void glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 71 o glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/ |
D | gl2.h | 483 GL_APICALL void GL_APIENTRY glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|