/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 117 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha); in setupRenderState()
|
D | es2pStateChangeCallTests.cpp | 454 blendEquationSeparate, in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 120 gl.blendEquationSeparate(m_modeRGB, m_modeAlpha); in setupRenderState()
|
D | es3pStateChangeCallTests.cpp | 489 blendEquationSeparate, in init()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitES20Direct.inl | 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES30Direct.inl | 13 gl->blendEquationSeparate = &glBlendEquationSeparate;
|
D | glwInitES20.inl | 13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
D | glwFunctions.inl | 109 glBlendEquationSeparateFunc blendEquationSeparate; variable
|
D | glwInitES30.inl | 13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
D | glwInitGL31.inl | 107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
D | glwInitGL30.inl | 107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
D | glwInitGL32.inl | 107 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
D | glwInitES31.inl | 13 gl->blendEquationSeparate = (glBlendEquationSeparateFunc) loader->get("glBlendEquationSepara…
|
/external/deqp/framework/opengl/ |
D | gluES3PlusWrapperFuncs.inl | 13 dst->blendEquationSeparate = src.blendEquationSeparate;
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrGLContext.hpp | 139 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
|
D | sglrContext.hpp | 127 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) = DE_NULL;
|
D | sglrContextWrapper.cpp | 326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
D | sglrReferenceContext.hpp | 685 virtual void blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha);
|
D | sglrGLContext.cpp | 560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() function in sglr::GLContext
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/test/ |
D | MockWebGraphicsContext3D.h | 78 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) { } in blendEquationSeparate() function
|
/external/deqp/modules/glshared/ |
D | glsFragOpInteractionCase.cpp | 264 ctx.blendEquationSeparate(state.blendRGBState.equation, state.blendAState.equation); in setRenderState()
|
/external/chromium_org/webkit/common/gpu/ |
D | webgraphicscontext3d_impl.h | 75 virtual void blendEquationSeparate(WGC3Denum modeRGB, in NON_EXPORTED_BASE()
|
D | webgraphicscontext3d_impl.cc | 239 DELEGATE_TO_GL_2(blendEquationSeparate, BlendEquationSeparate, in DELEGATE_TO_GL_5()
|
/external/chromium_org/third_party/WebKit/public/platform/ |
D | WebGraphicsContext3D.h | 221 virtual void blendEquationSeparate(WGC3Denum modeRGB, WGC3Denum modeAlpha) = 0;
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 109 gl->blendEquationSeparate = glBlendEquationSeparate;
|