/external/deqp/modules/gles2/performance/ |
D | es2pBlendTests.cpp | 46 …BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum m… 62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, … in BlendCase() argument 64 , m_modeRGB (modeRGB) in BlendCase() 137 GLenum modeRGB; in init() member 164 …addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].… in init()
|
/external/deqp/modules/gles3/performance/ |
D | es3pBlendTests.cpp | 46 …BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, GLenum m… 62 BlendCase::BlendCase (Context& context, const char* name, const char* description, GLenum modeRGB, … in BlendCase() argument 64 , m_modeRGB (modeRGB) in BlendCase() 140 GLenum modeRGB; in init() member 171 …addChild(new BlendCase(m_context, cases[caseNdx].name, "", cases[caseNdx].modeRGB, cases[caseNdx].… in init()
|
/external/mesa3d/src/mesa/main/ |
D | blend.c | 425 _mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA ) in _mesa_BlendEquationSeparateEXT() argument 434 _mesa_lookup_enum_by_nr(modeRGB), in _mesa_BlendEquationSeparateEXT() 437 if ( (modeRGB != modeA) && !ctx->Extensions.EXT_blend_equation_separate ) { in _mesa_BlendEquationSeparateEXT() 443 if (!legal_blend_equation(ctx, modeRGB)) { in _mesa_BlendEquationSeparateEXT() 458 if (ctx->Color.Blend[buf].EquationRGB != modeRGB || in _mesa_BlendEquationSeparateEXT() 469 ctx->Color.Blend[buf].EquationRGB = modeRGB; in _mesa_BlendEquationSeparateEXT() 475 ctx->Driver.BlendEquationSeparate(ctx, modeRGB, modeA); in _mesa_BlendEquationSeparateEXT() 483 _mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA) in _mesa_BlendEquationSeparatei() argument 490 _mesa_lookup_enum_by_nr(modeRGB), in _mesa_BlendEquationSeparatei() 499 if (!legal_blend_equation(ctx, modeRGB)) { in _mesa_BlendEquationSeparatei() [all …]
|
D | blend.h | 68 _mesa_BlendEquationSeparateEXT( GLenum modeRGB, GLenum modeA ); 72 _mesa_BlendEquationSeparatei(GLuint buf, GLenum modeRGB, GLenum modeA);
|
D | dd.h | 443 void (*BlendEquationSeparate)(struct gl_context *ctx, GLenum modeRGB, GLenum modeA); 445 GLenum modeRGB, GLenum modeA);
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 324 void ContextWrapper::glBlendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in glBlendEquationSeparate() argument 326 m_curCtx->blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
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 | sglrGLContext.cpp | 560 void GLContext::blendEquationSeparate (deUint32 modeRGB, deUint32 modeAlpha) in blendEquationSeparate() argument 562 m_wrapper->glBlendEquationSeparate(modeRGB, modeAlpha); in blendEquationSeparate()
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_state.c | 389 i830BlendEquationSeparate(struct gl_context * ctx, GLenum modeRGB, GLenum modeA) in i830BlendEquationSeparate() argument 392 _mesa_lookup_enum_by_nr(modeRGB), in i830BlendEquationSeparate() 395 (void) modeRGB; in i830BlendEquationSeparate()
|
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/ |
D | GwtGL20Debug.java | 377 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 379 super.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
D | GwtGL20.java | 546 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 547 gl.blendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 54 public native void glBlendEquationSeparate ( int modeRGB, int modeAlpha ); in glBlendEquationSeparate() argument
|
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/ |
D | AndroidGL20.java | 51 public native void glBlendEquationSeparate (int modeRGB, int modeAlpha); in glBlendEquationSeparate() argument
|
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/ |
D | IOSGLES20.java | 54 public native void glBlendEquationSeparate ( int modeRGB, int modeAlpha ); in glBlendEquationSeparate() argument
|
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/ |
D | JglfwGL20.java | 344 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 345 GL.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
/external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/ |
D | Lwjgl3GL20.java | 100 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 101 GL20.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
D | LwjglGL20.java | 104 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 105 GL20.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/profiling/ |
D | GL20Profiler.java | 406 public void glBlendEquationSeparate (int modeRGB, int modeAlpha) { in glBlendEquationSeparate() argument 408 gl20.glBlendEquationSeparate(modeRGB, modeAlpha); in glBlendEquationSeparate()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_state.c | 48 nouveau_blend_equation_separate(struct gl_context *ctx, GLenum modeRGB, GLenum modeA) in nouveau_blend_equation_separate() argument
|
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/ |
D | GL20.java | 442 public void glBlendEquationSeparate (int modeRGB, int modeAlpha); in glBlendEquationSeparate() argument
|
/external/mesa3d/include/GLES/ |
D | glext.h | 461 GL_API void GL_APIENTRY glBlendEquationSeparateOES (GLenum modeRGB, GLenum modeAlpha); 463 typedef void (GL_APIENTRYP PFNGLBLENDEQUATIONSEPARATEOESPROC) (GLenum modeRGB, GLenum modeAlpha);
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
D | radeon_state.c | 110 GLenum modeRGB, GLenum modeA ) in radeonBlendEquationSeparate() argument 116 assert( modeRGB == modeA ); in radeonBlendEquationSeparate() 118 switch ( modeRGB ) { in radeonBlendEquationSeparate()
|
/external/deqp/doc/ |
D | GLES2 Negative API Functions.txt | 71 o glBlendEquationSeparate (GLenum modeRGB, GLenum modeAlpha);
|
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
D | WebGLRenderingContext.java | 549 public final native void blendEquationSeparate (int modeRGB, int modeAlpha) /*-{ in blendEquationSeparate() argument
|