Searched refs:blendFunc (Results 1 - 25 of 59) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl14 gl->blendFunc = &glBlendFunc;
H A DglwInitES20.inl14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitES30Direct.inl14 gl->blendFunc = &glBlendFunc;
H A DglwFunctions.inl31 glBlendFuncFunc blendFunc;
H A DglwInitES30.inl14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitES31.inl14 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitGL30.inl29 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitGL31.inl29 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitGL32.inl29 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
H A DglwInitGL33.inl29 gl->blendFunc = (glBlendFuncFunc) loader->get("glBlendFunc");
/external/deqp/modules/gles2/performance/
H A Des2pTextureCases.cpp211 gl.blendFunc(GL_ONE, GL_ONE);
H A Des2pStateChangeTests.cpp637 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
639 gl.blendFunc(GL_ONE, GL_ONE);
1511 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR);
H A Des2pStateChangeCallTests.cpp416 blendFunc,
H A Des2pTextureUploadTests.cpp193 gl.blendFunc (GL_ONE, GL_ONE);
/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp238 gl.blendFunc(GL_ONE, GL_ONE);
H A Des3pStateChangeTests.cpp721 gl.blendFunc(GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA);
723 gl.blendFunc(GL_ONE, GL_ONE);
1595 gl.blendFunc(GL_CONSTANT_COLOR, GL_CONSTANT_COLOR);
H A Des3pStateChangeCallTests.cpp451 blendFunc,
/external/deqp/framework/opengl/
H A DgluES3PlusWrapperFuncs.inl14 dst->blendFunc = src.blendFunc;
H A DgluStateReset.cpp272 gl.blendFunc (GL_ONE, GL_ZERO);
814 gl.blendFunc (GL_ONE, GL_ZERO);
/external/deqp/framework/opengl/simplereference/
H A DsglrContext.hpp128 virtual void blendFunc (deUint32 src, deUint32 dst) = DE_NULL;
H A DsglrContextWrapper.cpp331 m_curCtx->blendFunc(src, dst);
H A DsglrGLContext.hpp140 virtual void blendFunc (deUint32 src, deUint32 dst);
/external/deqp/modules/gles2/functional/
H A Des2fFlushFinishTests.cpp239 gl.blendFunc(GL_ONE, GL_ONE);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/
H A DMockWebGraphicsContext3D.h78 virtual void blendFunc(WGC3Denum sfactor, WGC3Denum dfactor) { } function in class:blink::MockWebGraphicsContext3D
/external/deqp/modules/gles3/functional/
H A Des3fFlushFinishTests.cpp248 gl.blendFunc(GL_ONE, GL_ONE);

Completed in 3199 milliseconds

123