Home
last modified time | relevance | path

Searched refs:blendEquationSeparate (Results 1 – 25 of 38) 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.inl13 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES30Direct.inl13 gl->blendEquationSeparate = &glBlendEquationSeparate;
DglwInitES20.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwFunctions.inl109 glBlendEquationSeparateFunc blendEquationSeparate; variable
DglwInitES30.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL31.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL30.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitGL32.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
DglwInitES31.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
/external/deqp/framework/opengl/
DgluES3PlusWrapperFuncs.inl13 dst->blendEquationSeparate = src.blendEquationSeparate;
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.hpp139 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
DsglrContext.hpp127 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) = DE_NULL;
DsglrContextWrapper.cpp326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
DsglrReferenceContext.hpp685 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
DsglrGLContext.cpp560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
DMockWebGraphicsContext3D.h78 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) { } in blendEquationSeparate() function
/external/deqp/modules/glshared/
DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState()
/external/chromium_org/webkit/common/gpu/
Dwebgraphicscontext3d_impl.h75 virtual void blendEquationSeparate(WGC3Denum modeRGB, in NON_EXPORTED_BASE()
Dwebgraphicscontext3d_impl.cc239 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate, in DELEGATE_TO_GL_5()
/external/chromium_org/third_party/WebKit/public/platform/
DWebGraphicsContext3D.h221 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) = 0;
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl109 gl->blendEquationSeparate = glBlendEquationSeparate;

12