Searched refs:GL_MIN (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_util.c45 case GL_MIN:
H A Dbrw_cc.c168 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
172 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Dgen6_cc.c105 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
109 if (eqA == GL_MIN || eqA == GL_MAX) {
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_util.c45 case GL_MIN:
H A Dbrw_cc.c168 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
172 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Dgen6_cc.c105 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
109 if (eqA == GL_MIN || eqA == GL_MAX) {
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_atom_blend.c59 case GL_MIN:
220 if (ctx->Color.Blend[i].EquationRGB == GL_MIN ||
236 if (ctx->Color.Blend[i].EquationA == GL_MIN ||
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_blend.c59 case GL_MIN:
220 if (ctx->Color.Blend[i].EquationRGB == GL_MIN ||
236 if (ctx->Color.Blend[i].EquationA == GL_MIN ||
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DBlendMinMaxTest.cpp51 glBlendEquation(blendMin ? GL_MIN : GL_MAX);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h75 case GL_MIN:
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_gldefs.h75 case GL_MIN:
/external/deqp/modules/gles3/performance/
H A Des3pBlendTests.cpp152 { "min", GL_MIN, GL_MIN, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
/external/deqp/modules/gles3/functional/
H A Des3fBlendTests.cpp372 { GL_MIN, "min" },
417 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
426 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX)
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceUtils.cpp258 case GL_MIN: return rr::BLENDEQUATION_MIN;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blend.c316 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_MIN);
317 ASSERT(ctx->Color.Blend[0].EquationA == GL_MIN);
760 case GL_MIN:
788 case GL_MIN:
915 else if (eq == GL_MIN) {
916 /* Note: GL_MIN ignores the blending weight factors */
/external/mesa3d/src/mesa/swrast/
H A Ds_blend.c316 ASSERT(ctx->Color.Blend[0].EquationRGB == GL_MIN);
317 ASSERT(ctx->Color.Blend[0].EquationA == GL_MIN);
760 case GL_MIN:
788 case GL_MIN:
915 else if (eq == GL_MIN) {
916 /* Note: GL_MIN ignores the blending weight factors */
/external/deqp/modules/glshared/
H A DglsInteractionTestUtil.cpp101 GL_MIN,
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di915_state.c270 case GL_MIN:
303 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
307 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Di830_state.c279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
302 case GL_MIN:
330 case GL_MIN:
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di915_state.c270 case GL_MIN:
303 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
307 if (eqA == GL_MIN || eqA == GL_MAX) {
H A Di830_state.c279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
302 case GL_MIN:
330 case GL_MIN:
/external/chromium_org/gpu/command_buffer/service/
H A Dfeature_info.cc795 COMPILE_ASSERT(GL_MIN_EXT == GL_MIN && GL_MAX_EXT == GL_MAX,
/external/deqp/framework/opengl/
H A DgluStrUtil.inl345 case GL_MIN: return "GL_MIN";
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp62 case GL_MIN: d3dBlendOp = D3D11_BLEND_OP_MIN; break;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dblend.c333 case GL_MIN:

Completed in 927 milliseconds

12