Home
last modified time | relevance | path

Searched refs:blendEquationSeparate (Results 1 – 25 of 46) sorted by relevance

12

/external/deqp/modules/gles2/performance/
Des2pBlendTests.cpp117 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha); in setupRenderState()
Des2pStateChangeCallTests.cpp454 blendEquationSeparate, in init()
/external/deqp/modules/gles3/performance/
Des3pBlendTests.cpp120 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha); in setupRenderState()
Des3pStateChangeCallTests.cpp489 blendEquationSeparate, in init()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl15 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES30Direct.inl22 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES20.inl15 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitES31Direct.inl26 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES32Direct.inl27 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES30.inl22 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL30.inl22 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL31.inl22 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL32.inl22 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwFunctions.inl39 glBlendEquationSeparateFunc blendEquationSeparate; variable
DglwInitES31.inl26 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl26 dst->blendEquationSeparate = src.blendEquationSeparate;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp139 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
DsglrContextWrapper.cpp326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
DsglrContext.hpp127 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) = DE_NULL;
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
DesextcDrawBuffersIndexedBase.cpp314 gl.blendEquationSeparate(rgb, a); in SetBlendEquationSeparate()
/external/angle/src/libANGLE/
DContext_gles_2_0_autogen.h23 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha); \
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp875 ASSIGN("glBlendEquationSeparateEXT", blendEquationSeparate); in initProcsDesktopGL()
1315 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsDesktopGL()
2276 ASSIGN("glBlendEquationSeparate", blendEquationSeparate); in initProcsGLES()
3663 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()
4102 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsDesktopGLNULL()
5062 blendEquationSeparate = &glBlendEquationSeparateNULL; in initProcsGLESNULL()
DStateManagerGL.cpp1335 mFunctions->blendEquationSeparate(blendStateExt.getEquationColorIndexed(0), in setBlendEquations()
1379 mFunctions->blendEquationSeparate( in setBlendEquations()
2921 mFunctions->blendEquationSeparate(state->blendEquationRgb, state->blendEquationAlpha); in restoreBlendNativeContext()
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState()
/external/deqp/external/openglcts/modules/common/
DglcBlendEquationAdvancedTests.cpp1662 gl.blendEquationSeparate(m_mode, GL_FUNC_ADD); in iterate()
1669 gl.blendEquationSeparate(GL_FUNC_ADD, m_mode); in iterate()

12