Searched refs:blendEquationSeparate (Results 1 - 25 of 38) sorted by relevance

12

/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp117 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha);
H A Des2pStateChangeCallTests.cpp454 blendEquationSeparate,
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl13 gl->blendEquationSeparate = &glBlendEquationSeparate;
H A DglwInitES20.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitES30Direct.inl13 gl->blendEquationSeparate = &glBlendEquationSeparate;
H A DglwFunctions.inl109 glBlendEquationSeparateFunc blendEquationSeparate;
H A DglwInitES30.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitES31.inl13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitGL30.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitGL31.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitGL32.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitGL33.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
H A DglwInitGL40.inl107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSeparate");
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp120 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha);
H A Des3pStateChangeCallTests.cpp489 blendEquationSeparate,
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl13 dst->blendEquationSeparate = src.blendEquationSeparate;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp127 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) = DE_NULL;
H A DsglrContextWrapper.cpp326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha);
H A DsglrGLContext.hpp139 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h77 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl109 gl->blendEquationSeparate = glBlendEquationSeparate;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h215 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h83 virtual void blendEquationSeparate(WGC3Denum modeRGB,
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl485 void blendEquationSeparate(GLenum modeRGB, GLenum modeAlpha);

Completed in 178 milliseconds

12