/external/deqp/modules/gles3/performance/ |
es3pStateChangeCallTests.cpp | 873 colorMask,
|
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/util/ |
u_dump_state.c | 539 util_dump_member(stream, uint, state, colormask);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_mc.c | 407 blend.rt[0].colormask = i;
|
vl_zscan.c | 292 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_state.c | 172 /* The hardware colormask is clunky a must be swizzled depending on the format. 408 OUT_CB(func[i](state->rt[0].colormask)); 420 OUT_CB(rgba_cmask(state->rt[0].colormask)); [all...] |
/external/mesa3d/src/gallium/include/pipe/ |
p_context.h | 311 * The entire buffers are cleared (no scissor, no colormask, etc).
|
p_state.h | 264 unsigned colormask:4; /**< bitmask of PIPE_MASK_R/G/B/A */ member in struct:pipe_rt_blend_state
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
output.c | 590 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/state_trackers/xa/ |
xa_composite.c | 266 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
xa_renderer.c | 417 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_composite.c | 222 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/mesa3d/src/gallium/tests/graw/ |
fs-test.c | 489 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
gs-test.c | 553 blend.rt[0].colormask = PIPE_MASK_RGBA;
|
/external/opencv3/modules/core/src/ |
gl_core_3_1.cpp | 485 PFNCOLORMASKPROC ColorMask; [all...] |
/external/deqp/framework/opengl/ |
gluStateReset.cpp | 375 gl.colorMask (GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); [all...] |
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 309 lookupPrecision.colorMask = getCompareMask(pixelFormat); 595 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/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/modules/gles31/functional/ |
es31fTextureBorderClampTests.cpp | [all...] |
es31fMultisampleTests.cpp | 598 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_TRUE); 762 gl.colorMask(GL_TRUE, GL_TRUE, GL_TRUE, GL_FALSE); [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state.c | 688 ctx->Color.ColorMask[0][RCOMP], 689 ctx->Color.ColorMask[0][GCOMP], 690 ctx->Color.ColorMask[0][BCOMP], 691 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/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/ |
WebGLRenderingContext.java | 601 public final native void colorMask (boolean red, boolean green, boolean blue, boolean alpha) /*-{
602 this.colorMask(red, green, blue, alpha);
[all...] |