Searched refs:blendFuncSeparate (Results 1 - 25 of 40) sorted by relevance

12

/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp118 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
H A Des2pStateChangeCallTests.cpp739 blendFuncSeparate,
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl15 gl->blendFuncSeparate = &glBlendFuncSeparate;
H A DglwInitES20.inl15 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitES30Direct.inl15 gl->blendFuncSeparate = &glBlendFuncSeparate;
H A DglwFunctions.inl83 glBlendFuncSeparateFunc blendFuncSeparate;
H A DglwInitES30.inl15 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitES31.inl15 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitGL30.inl81 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitGL31.inl81 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitGL32.inl81 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
H A DglwInitGL33.inl81 gl->blendFuncSeparate = (glBlendFuncSeparateFunc) loader->get("glBlendFuncSeparate");
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp121 gl.blendFuncSeparate(m_srcRGB, m_dstRGB, m_srcAlpha, m_dstAlpha);
H A Des3pStateChangeCallTests.cpp801 blendFuncSeparate,
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl15 dst->blendFuncSeparate = src.blendFuncSeparate;
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp129 virtual void blendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha) = DE_NULL;
H A DsglrContextWrapper.cpp336 m_curCtx->blendFuncSeparate(srcRGB, dstRGB, srcAlpha, dstAlpha);
H A DsglrGLContext.hpp141 virtual void blendFuncSeparate (deUint32 srcRGB, deUint32 dstRGB, deUint32 srcAlpha, deUint32 dstAlpha);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h79 virtual void blendFuncSeparate(WGC3Denum srcRGB, WGC3Denum dstRGB, WGC3Denum srcAlpha, WGC3Denum dstAlpha) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles2/functional/
H A Des2fFboRenderTest.cpp970 context.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE);
1255 context.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE);
1655 context.blendFuncSeparate(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA, GL_ZERO, GL_ONE);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl83 gl->blendFuncSeparate = glBlendFuncSeparate;
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebGraphicsContext3D.h217 virtual void blendFuncSeparate(WGC3Denum srcRGB, WGC3Denum dstRGB, WGC3Denum srcAlpha, WGC3Denum dstAlpha) = 0;
/external/chromium_org/webkit/common/gpu/
H A Dwebgraphicscontext3d_impl.h86 virtual void blendFuncSeparate(WGC3Denum srcRGB,
/external/deqp/modules/glshared/
H A DglsFragOpInteractionCase.cpp265 ctx.blendFuncSeparate(state.blendRGBState.srcFunc, state.blendRGBState.dstFunc, state.blendAState.srcFunc, state.blendAState.dstFunc);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderingContextBase.idl487 void blendFuncSeparate(GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha);

Completed in 292 milliseconds

12