HomeSort by relevance Sort by last modified time
    Searched defs:colorMask (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/common/
tcuTexLookupVerifier.hpp 48 BVec4 colorMask; //!< Channel mask for comparison.
54 , colorMask (true)
64 BVec4 colorMask; //!< Channel mask for comparison.
70 , colorMask (true)
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_clear.c 84 GLuint colorMask;
92 memcpy(&colorMask, &ctx->Color.ColorMask[0], sizeof(colorMask));
118 if (colorMask == ~0) {
  /external/mesa3d/src/mesa/main/
clear.c 109 * Beyond checking ColorMask, this uses _mesa_format_has_color_component to
118 GLubyte colorMask = 0;
123 colorMask |= ctx->Color.ColorMask[idx][c];
127 return colorMask != 0;
  /external/deqp/modules/glshared/
glsInteractionTestUtil.hpp 100 tcu::BVec4 colorMask;
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 369 tcu::BVec4 colorMask; //!< Color channel comparison mask.
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 247 const GLuint *colorMask = (GLuint *) &ctx->Color.ColorMask[0];
266 if (*colorMask == 0xffffffff && ctx->Color.IndexMask == 0xffffffff) {
838 driver->ColorMask = color_mask;
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 580 void GLContext::colorMask (deBool r, deBool g, deBool b, deBool a)
  /external/deqp/framework/referencerenderer/
rrRenderState.hpp 268 tcu::BVec4 colorMask;
299 , colorMask (true)
  /external/deqp/modules/gles2/functional/
es2fDepthStencilTests.cpp 191 tcu::BVec4 colorMask;
302 renderCmd.colorMask = tcu::BVec4(false);
326 cmd.colorMask = tcu::BVec4(false, false, true, false);
351 cmd.colorMask = tcu::BVec4(false, true, false, false);
393 dst.state.colorMask = src.colorMask;
462 glColorMask(command.colorMask[0] ? GL_TRUE : GL_FALSE,
463 command.colorMask[1] ? GL_TRUE : GL_FALSE,
464 command.colorMask[2] ? GL_TRUE : GL_FALSE,
465 command.colorMask[3] ? GL_TRUE : GL_FALSE)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fDepthStencilTests.cpp 191 tcu::BVec4 colorMask;
302 renderCmd.colorMask = tcu::BVec4(false);
326 cmd.colorMask = tcu::BVec4(false, false, true, false);
351 cmd.colorMask = tcu::BVec4(false, true, false, false);
393 dst.state.colorMask = src.colorMask;
462 glColorMask(command.colorMask[0] ? GL_TRUE : GL_FALSE,
463 command.colorMask[1] ? GL_TRUE : GL_FALSE,
464 command.colorMask[2] ? GL_TRUE : GL_FALSE,
465 command.colorMask[3] ? GL_TRUE : GL_FALSE)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fDrawBuffersIndexedTests.cpp 170 , colorMask (colorMask_)
176 return (!enableBlend) && (!blendEq) && (!blendFunc) && (!colorMask);
182 Maybe<BVec4> colorMask;
195 if (blend.colorMask)
197 const BVec4& mask = *blend.colorMask;
199 gl.colorMask(mask.x(), mask.y(), mask.z(), mask.w());
239 if (blend.colorMask)
241 const BVec4 mask = *blend.colorMask;
640 if (state.colorMask)
641 fragOps.colorMask = *state.colorMask
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c     [all...]
  /system/core/libpixelflinger/include/pixelflinger/
pixelflinger.h 276 void (*colorMask)(void* c, GGLboolean red,
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 42 virtual GrGLvoid colorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) {}
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 42 virtual GrGLvoid colorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) {}
    [all...]
  /frameworks/wilhelm/include/SLES/
OpenSLES.h 614 SLuint32 colorMask;
    [all...]
  /frameworks/wilhelm/include/OMXAL/
OpenMAXAL.h 528 XAuint32 colorMask;
    [all...]

Completed in 754 milliseconds