Home
last modified time | relevance | path

Searched defs:blendEquation (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/deps/webgl_mpd/src/debug/
Dwebgl-debug.js135 'blendEquation': {1: { 0:true }}, property
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp1582 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1950 const GLenum blendEquation = equations[y % DE_LENGTH_OF_ARRAY(equations)]; in testFBO() local
/external/deqp/framework/opengl/simplereference/
DsglrGLContext.cpp555 void GLContext::blendEquation (deUint32 mode) in blendEquation() function in sglr::GLContext
DsglrReferenceContext.cpp2896 void ReferenceContext::blendEquation (deUint32 mode) in blendEquation() function in sglr::ReferenceContext
/external/deqp/framework/opengl/wrapper/
DglwFunctions.inl37 glBlendEquationFunc blendEquation; variable
/external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
DWebGLRenderingContext.java545 public final native void blendEquation (int mode) /*-{ in blendEquation() method in WebGLRenderingContext