| /external/mesa3d/src/gallium/drivers/trace/ |
| tr_dump_state.c | 405 trace_dump_member(uint, state, colormask);
|
| /external/mesa3d/src/gallium/state_trackers/xa/ |
| xa_composite.c | 268 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
| /external/mesa3d/src/gallium/tests/graw/ |
| gs-test.c | 534 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
| /external/mesa3d/src/mesa/drivers/dri/i965/ |
| brw_wm_surface_state.c | [all...] |
| /external/mesa3d/src/mesa/state_tracker/ |
| st_pbo.c | 630 st->pbo.upload_blend.rt[0].colormask = PIPE_MASK_RGBA;
|
| /external/skia/src/gpu/gl/ |
| GrGLTestInterface.cpp | 41 fFunctions.fColorMask = bind_to_member(this, &GrGLTestInterface::colorMask);
|
| /external/deqp/framework/opengl/ |
| gluStateReset.cpp | 382 gl.colorMask (GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); [all...] |
| /external/deqp/modules/gles2/functional/ |
| es2fTextureFilteringTests.cpp | 310 lookupPrecision.colorMask = getCompareMask(pixelFormat); 596 lookupPrecision.colorMask = getCompareMask(pixelFormat);
|
| es2fPolygonOffsetTests.cpp | 546 gl.colorMask (GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); 555 gl.colorMask (GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); [all...] |
| /external/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| nv50_state.c | 188 SB_DATA(so, nv50_colormask(cso->rt[i].colormask)); 191 SB_DATA (so, nv50_colormask(cso->rt[0].colormask)); [all...] |
| /external/deqp/external/vulkancts/modules/vulkan/texture/ |
| vktTextureMipmapTests.cpp | 344 lookupPrec.colorMask = getCompareMask(pixelFormat); 580 lookupPrec.colorMask = getCompareMask(pixelFormat); 858 lookupPrec.colorMask = getCompareMask(pixelFormat); [all...] |
| /external/mesa3d/prebuilt-intermediates/main/ |
| format_pack.c | [all...] |
| /external/deqp/modules/gles31/functional/ |
| es31fTextureBorderClampTests.cpp | [all...] |
| es31fMultisampleTests.cpp | 592 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); 756 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE); [all...] |
| /external/mesa3d/src/gallium/drivers/llvmpipe/ |
| lp_state_fs.c | [all...] |
| /external/mesa3d/src/gallium/drivers/r600/ |
| r600_state.c | 343 target_mask |= (state->rt[i].colormask << (4 * i)); 350 target_mask |= (state->rt[0].colormask << (4 * i)); [all...] |
| /external/mesa3d/src/mesa/drivers/dri/r200/ |
| r200_state.c | 691 ctx->Color.ColorMask[0][RCOMP], 692 ctx->Color.ColorMask[0][GCOMP], 693 ctx->Color.ColorMask[0][BCOMP], 694 ctx->Color.ColorMask[0][ACOMP] ); [all...] |
| /external/deqp/modules/gles2/performance/ |
| es2pStateChangeTests.cpp | 853 gl.colorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_FALSE); 855 gl.colorMask(GL_FALSE, GL_TRUE, GL_FALSE, GL_TRUE); [all...] |
| /external/deqp/modules/gles3/functional/ |
| es3fPolygonOffsetTests.cpp | 549 gl.colorMask (GL_FALSE, GL_FALSE, GL_FALSE, GL_FALSE); 558 gl.colorMask (GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); [all...] |
| /external/deqp/modules/gles3/performance/ |
| es3pStateChangeTests.cpp | 937 gl.colorMask(GL_TRUE, GL_FALSE, GL_TRUE, GL_FALSE); 939 gl.colorMask(GL_FALSE, GL_TRUE, GL_FALSE, GL_TRUE); [all...] |
| /external/mesa3d/src/gallium/auxiliary/hud/ |
| hud_context.c | [all...] |
| /external/autotest/client/deps/webgl_mpd/src/debug/ |
| webgl-debug.js | 390 ctx.colorMask(true, true, true, true);
|
| /external/deqp/framework/opengl/wrapper/ |
| glwInitES31.inl | 42 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
|
| glwInitES32.inl | 47 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask"); [all...] |
| glwInitGL31.inl | 38 gl->colorMask = (glColorMaskFunc) loader->get("glColorMask");
|