/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) { 850 driver->ColorMask = color_mask;
|
/external/mesa3d/src/mesa/main/ |
format_pack.c | [all...] |
/external/deqp/framework/opengl/ |
gluES3PlusWrapperFuncs.inl | 42 dst->colorMask = src.colorMask;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_bld_blend_soa.c | 201 * \param rt render target index (to index the blend / colormask state) 234 if (blend->rt[rt].colormask & (1 << i)) {
|
/external/skia/src/gpu/gl/ |
GrGLAssembleInterface.cpp | 121 GET_PROC(ColorMask); 568 GET_PROC(ColorMask); [all...] |
/external/deqp/framework/opengl/wrapper/ |
glwInitES20.inl | 25 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
|
glwFunctions.inl | 74 glColorMaskFunc colorMask; [all...] |
glwInitES30Direct.inl | 38 gl->colorMask = &glColorMask;
|
/external/mesa3d/docs/ |
RELNOTES-3.5 | 144 The ctx->Driver.IndexMask() and ctx->Driver.ColorMask() functions
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_pipe_blend.c | 198 blend->rt[i].writemask = templ->rt[0].colormask;
|
/external/mesa3d/src/gallium/tests/graw/ |
graw_util.h | 156 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
tri-gs.c | 240 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
tri-instanced.c | 291 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/tests/trivial/ |
tri.c | 147 p->blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/mesa/drivers/windows/gdi/ |
wmesa.c | 263 if (!ctx->Color.ColorMask[0][0] || 264 !ctx->Color.ColorMask[0][1] || 265 !ctx->Color.ColorMask[0][2] || 266 !ctx->Color.ColorMask[0][3]) { [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_triangle.c | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fDepthStencilClearTests.cpp | 335 gl.colorMask(GL_FALSE, GL_FALSE, GL_TRUE, GL_FALSE); 368 gl.colorMask (GL_FALSE, GL_TRUE, GL_FALSE, GL_FALSE); 395 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE);
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
renderer.c | 399 blend.rt[0].colormask |= PIPE_MASK_R; 401 blend.rt[0].colormask |= PIPE_MASK_G; 403 blend.rt[0].colormask |= PIPE_MASK_B; 405 blend.rt[0].colormask |= PIPE_MASK_A; [all...] |
/external/deqp/framework/opengl/simplereference/ |
sglrContextWrapper.cpp | 346 m_curCtx->colorMask(r, g, b, a);
|
sglrGLContext.hpp | 144 virtual void colorMask (deBool r, deBool g, deBool b, deBool a);
|
/external/deqp/modules/gles2/functional/ |
es2fTextureMipmapTests.cpp | 358 lookupPrec.colorMask = getCompareMask(pixelFormat); 680 lookupPrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat()); 869 comparePrec.colorMask = getCompareMask(m_renderCtx.getRenderTarget().getPixelFormat()); [all...] |
/external/deqp/modules/glshared/ |
glsInteractionTestUtil.cpp | 217 state.colorMask[ndx] = rnd.getFloat() < colorWriteProbability;
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_matrix_filter.c | 185 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
vl_median_filter.c | 271 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/drivers/trace/ |
tr_dump_state.c | 365 trace_dump_member(uint, state, colormask);
|