HomeSort by relevance Sort by last modified time
    Searched full:colormask (Results 126 - 150 of 280) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/opencv3/modules/core/src/
copy.cpp 368 bool colorMask = mcn > 1;
370 size_t esz = colorMask ? elemSize1() : elemSize();
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 390 ctx.colorMask(true, true, true, true);
  /external/autotest/client/site_tests/graphics_PiglitBVT/test_scripts/other/
graphics_PiglitBVT_0.sh     [all...]
graphics_PiglitBVT_4.sh 123 run_test "spec/ARB_ES2_compatibility/fbo-colormask-formats" 0.0 "bin/fbo-colormask-formats GL_ARB_ES2_compatibility -fbo -auto"
    [all...]
  /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");
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/framework/platform/null/
tcuNullRenderContextInitFuncs.inl 74 gl->colorMask = glColorMask;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fBooleanStateQueryTests.cpp 538 const struct ColorMask
es3fTextureWrapTests.cpp 344 lookupPrecision.colorMask = getCompareMask(pixelFormat);
  /external/deqp/modules/gles31/functional/
es31fAdvancedBlendTests.cpp 500 referenceState.colorMask = tcu::BVec4(true, true, true, false);
es31fTextureFilteringTests.cpp 386 lookupPrecision.colorMask = getCompareMask(pixelFormat);
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 546 tcu::BVec4 colorMask; //!< Color channel comparison mask.
  /external/mesa3d/src/gallium/auxiliary/util/
u_blit.c 103 ctx->blend_write_color.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_idct.c 538 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_state.c 710 target_mask |= (state->rt[i].colormask << (4 * i));
714 target_mask |= (state->rt[0].colormask << (4 * i));
    [all...]
r600_pipe.c 314 no_blend.rt[0].colormask = 0xF;
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 260 void (GLAPIENTRY * ColorMask)(GLboolean, GLboolean, GLboolean, GLboolean);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 438 blend.rt[0].colormask = PIPE_MASK_RGBA;
  /frameworks/native/opengl/libagl/
state.cpp 531 c->rasterizer.procs.colorMask(c, r, g, b, a);
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineBlendTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 580 void GLContext::colorMask (deBool r, deBool g, deBool b, deBool a)

Completed in 735 milliseconds

1 2 3 4 56 7 8 91011>>