Home
last modified time | relevance | path

Searched refs:blendEquationSeparate (Results 1 – 25 of 35) 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;
DglwFunctions.inl38 glBlendEquationSeparateFunc blendEquationSeparate; variable
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…
DglwInitES31.inl26 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL33.inl24 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitES32.inl27 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;
DsglrReferenceContext.hpp690 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState()
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl38 gl->blendEquationSeparate = glBlendEquationSeparate;

12