HomeSort by relevance Sort by last modified time
    Searched refs:GL_MAX (Results 1 - 25 of 41) sorted by null

1 2

  /external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/
esextcDrawBuffersIndexedSetGet.cpp 83 state.SetBlendEquationSeparatei(2, GL_MAX, GL_FUNC_ADD);
esextcDrawBuffersIndexedCoverage.cpp 81 gl.blendEquationSeparatei(i, GL_MAX, GL_FUNC_SUBTRACT);
esextcDrawBuffersIndexedBlending.cpp 181 state.SetBlendEquationSeparatei(i, GL_MIN, GL_MAX);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_util.c 44 case GL_MAX:
genX_state_upload.c     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_atom_blend.c 62 case GL_MAX:
222 ctx->Color.Blend[i].EquationRGB == GL_MAX) {
238 ctx->Color.Blend[i].EquationA == GL_MAX) {
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_gldefs.h 77 case GL_MAX:
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 153 { "max", GL_MAX, GL_MAX, GL_ONE, GL_ONE, GL_ONE, GL_ONE },
  /external/deqp/modules/gles3/functional/
es3fBlendTests.cpp 378 { GL_MAX, "max" }
422 if ((eq.glValue == GL_MIN || eq.glValue == GL_MAX) && (srcFuncNdx > 0 || dstFuncNdx > 0)) // MIN and MAX don't depend on factors.
431 if (eq.glValue != GL_MIN && eq.glValue != GL_MAX)
  /external/deqp/framework/opengl/simplereference/
sglrReferenceUtils.cpp 259 case GL_MAX: return rr::BLENDEQUATION_MAX;
  /external/mesa3d/src/mesa/swrast/
s_blend.c 366 assert(ctx->Color.Blend[0].EquationRGB == GL_MAX);
367 assert(ctx->Color.Blend[0].EquationA == GL_MAX);
762 case GL_MAX:
788 case GL_MAX:
922 else if (eq == GL_MAX) {
923 /* Note: GL_MAX ignores the blending weight factors */
    [all...]
  /external/deqp/modules/glshared/
glsInteractionTestUtil.cpp 102 GL_MAX
  /external/mesa3d/src/mesa/drivers/dri/i915/
i915_state.c 274 case GL_MAX:
305 if (eqRGB == GL_MIN || eqRGB == GL_MAX) {
309 if (eqA == GL_MIN || eqA == GL_MAX) {
    [all...]
i830_state.c 279 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
306 case GL_MAX:
334 case GL_MAX:
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cTextureFilterMinmaxTests.cpp 60 m_reductionModeParams.push_back(ReductionModeParam(GL_MAX, false));
702 TCU_CHECK_MSG(reductionModeTexelSumMap[GL_MAX] > reductionModeTexelSumMap[GL_WEIGHTED_AVERAGE_ARB],
703 "Sum of texels for GL_MAX should be greater than for GL_WEIGHTED_AVERAGE_ARB");
  /external/deqp/framework/opengl/
gluStrUtil.inl 357 case GL_MAX: return "GL_MAX";
    [all...]
  /external/deqp/modules/gles31/functional/
es31fIndexedStateQueryTests.cpp     [all...]
es31fSRGBDecodeTests.cpp     [all...]
es31fDrawBuffersIndexedTests.cpp     [all...]
  /external/mesa3d/src/mesa/main/
blend.c 438 case GL_MAX:
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_state.c 198 * function because some blend equations (i.e., \c GL_MIN and \c GL_MAX)
257 case GL_MAX:
291 case GL_MAX:
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 552 #define GL_MAX 0x8008
    [all...]
gl31.h 552 #define GL_MAX 0x8008
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 525 #define GL_MAX 0x8008
    [all...]
  /external/deqp/modules/gles3/stress/
es3sSpecialFloatTests.cpp     [all...]

Completed in 3978 milliseconds

1 2