Searched refs:GL_FUNC_REVERSE_SUBTRACT (Results 1 - 25 of 52) sorted by relevance

123

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_util.c47 case GL_FUNC_REVERSE_SUBTRACT:
/external/deqp/modules/gles2/performance/
H A Des2pBlendTests.cpp148 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
H A Des2pStateChangeCallTests.cpp308 GL_FUNC_REVERSE_SUBTRACT
459 GL_FUNC_REVERSE_SUBTRACT
465 GL_FUNC_REVERSE_SUBTRACT
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h81 case GL_FUNC_REVERSE_SUBTRACT:
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp151 { "reverse_subtract", GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_REVERSE_SUBTRACT, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
H A Des3pStateChangeCallTests.cpp343 GL_FUNC_REVERSE_SUBTRACT
494 GL_FUNC_REVERSE_SUBTRACT
500 GL_FUNC_REVERSE_SUBTRACT
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp100 GL_FUNC_REVERSE_SUBTRACT,
128 GL_FUNC_REVERSE_SUBTRACT
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp257 case GL_FUNC_REVERSE_SUBTRACT: return rr::BLENDEQUATION_REVERSE_SUBTRACT;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c57 case GL_FUNC_REVERSE_SUBTRACT:
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp328 blendConfigs[8].equation = GL_FUNC_REVERSE_SUBTRACT;
329 blendConfigs[9].equation = GL_FUNC_REVERSE_SUBTRACT;
330 blendConfigs[10].equation = GL_FUNC_REVERSE_SUBTRACT;
331 blendConfigs[11].equation = GL_FUNC_REVERSE_SUBTRACT;
1091 else if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_REVERSE_SUBTRACT)
1202 if (m_blendConfigList[m_blendIteration].equation == GL_FUNC_REVERSE_SUBTRACT)
1203 equation = "GL_FUNC_REVERSE_SUBTRACT";
H A Des31fIndexedStateQueryTests.cpp1234 GL_FUNC_REVERSE_SUBTRACT,
1271 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT);
1274 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType);
1323 gl.glBlendEquationSeparate(GL_FUNC_REVERSE_SUBTRACT, GL_FUNC_SUBTRACT);
1326 verifyStateIndexedInteger(result, gl, GL_BLEND_EQUATION_RGB, ndx, GL_FUNC_REVERSE_SUBTRACT, m_verifierType);
1366 GL_FUNC_REVERSE_SUBTRACT,
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c751 case GL_FUNC_REVERSE_SUBTRACT:
782 case GL_FUNC_REVERSE_SUBTRACT:
961 else if (((eq == GL_FUNC_ADD || eq == GL_FUNC_REVERSE_SUBTRACT)
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedBlending.cpp165 // GL_FUNC_REVERSE_SUBTRACT
197 // GL_FUNC_REVERSE_SUBTRACT
199 state.SetBlendEquationi(i, GL_FUNC_REVERSE_SUBTRACT);
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_state.c313 case GL_FUNC_REVERSE_SUBTRACT:
341 case GL_FUNC_REVERSE_SUBTRACT:
H A Di915_state.c278 case GL_FUNC_REVERSE_SUBTRACT:
/external/deqp/modules/gles2/functional/
H A Des2fBlendTests.cpp319 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" }
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp376 { GL_FUNC_REVERSE_SUBTRACT, "reverse_subtract" },
/external/swiftshader/src/OpenGL/libGL/
H A Dutilities.cpp507 case GL_FUNC_REVERSE_SUBTRACT: return sw::BLENDOP_INVSUB;
/external/robolectric/v1/lib/main/
H A Dopengl-api-gl1.1-android-2.1_r1.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/microedition/ javax/microedition/khronos/ javax/microedition/khronos/opengles/ ...
/external/deqp/framework/opengl/
H A DgluStrUtil.inl355 case GL_FUNC_REVERSE_SUBTRACT: return "GL_FUNC_REVERSE_SUBTRACT";
/external/mesa3d/src/mesa/main/
H A Dblend.c348 case GL_FUNC_REVERSE_SUBTRACT:
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h101 #define GL_FUNC_REVERSE_SUBTRACT 0x800B macro
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c202 * and GL_FUNC_REVERSE_SUBTRACT will cause wrong results otherwise for
247 case GL_FUNC_REVERSE_SUBTRACT:
281 case GL_FUNC_REVERSE_SUBTRACT:
/external/swiftshader/src/OpenGL/libGLESv2/
H A Dutilities.cpp1913 case GL_FUNC_REVERSE_SUBTRACT: return sw::BLENDOP_INVSUB;
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp1497 GL_FUNC_REVERSE_SUBTRACT,

Completed in 650 milliseconds

123