HomeSort by relevance Sort by last modified time
    Searched full:colormask (Results 151 - 175 of 215) sorted by null

1 2 3 4 5 67 8 9

  /external/deqp/framework/opengl/wrapper/
glwInitGL32.inl 39 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
glwInitGL33.inl 41 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
glwInitGL40.inl 47 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 538 const struct ColorMask
es3fTextureWrapTests.cpp 345 lookupPrecision.colorMask = getCompareMask(pixelFormat);
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 500 referenceState.colorMask = tcu::BVec4(true, true, true, false);
es31fTextureFilteringTests.cpp 392 lookupPrecision.colorMask = getCompareMask(pixelFormat);
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 95 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA;
u_dump_state.c 572 util_dump_member(stream, uint, state, colormask);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 537 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/drivers/freedreno/a3xx/
fd3_emit.c 760 if (!util_format_colormask_full(desc, rt->colormask))
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_state.c 899 if (!(rt->colormask & PIPE_MASK_A))
901 if (!(rt->colormask & PIPE_MASK_R))
903 if (!(rt->colormask & PIPE_MASK_G))
905 if (!(rt->colormask & PIPE_MASK_B)
    [all...]
  /external/mesa3d/src/gallium/drivers/virgl/
virgl_encode.c 111 VIRGL_OBJ_BLEND_S2_RT_COLORMASK(blend_state->rt[i].colormask);
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 403 * The entire buffers are cleared (no scissor, no colormask, etc).
p_state.h 316 unsigned colormask:4; /**< bitmask of PIPE_MASK_R/G/B/A */ member in struct:pipe_rt_blend_state
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 251 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 604 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 260 void (GLAPIENTRY * ColorMask)(GLboolean, GLboolean, GLboolean, GLboolean);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 434 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /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.cpp 41 fFunctions.fColorMask = bind_to_member(this, &GrGLTestInterface::colorMask);
GrGLTestInterface.h 42 virtual GrGLvoid colorMask(GrGLboolean red, GrGLboolean green, GrGLboolean blue, GrGLboolean alpha) {}
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 531 c->rasterizer.procs.colorMask(c, r, g, b, a);
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 326 target_mask |= (state->rt[i].colormask << (4 * i));
330 target_mask |= (state->rt[0].colormask << (4 * i));
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]

Completed in 2903 milliseconds

1 2 3 4 5 67 8 9