HomeSort by relevance Sort by last modified time
    Searched defs:Stencil (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/renderstate/
Stencil.h 28 // Stencil buffer management
31 class ANDROID_API Stencil {
34 * Returns the desired size for the stencil buffer. If the returned value
35 * is 0, then no stencil buffer is required.
42 * Clears the stencil buffer.
47 * Enables stencil test. When the stencil test is enabled the stencil buffer is not written
48 * into. An increment threshold of zero causes the stencil to use a constant reference value
49 * and GL_EQUAL for the test. A non-zero increment threshold causes the stencil to use tha
    [all...]
  /external/swiftshader/src/Renderer/
PixelProcessor.hpp 136 struct Stencil
310 Stencil stencil; member in class:sw::PixelProcessor
311 Stencil stencilCCW;
  /external/mesa3d/src/mesa/main/
attrib.c 52 #include "stencil.h"
119 GLboolean Stencil;
313 attr->Stencil = ctx->Stencil.Enabled;
314 attr->StencilTwoSide = ctx->Stencil.TestTwoSide;
416 memcpy( attr, &ctx->Stencil, sizeof(struct gl_stencil_attrib) );
600 TEST_AND_UPDATE(ctx->Stencil.Enabled, enable->Stencil, GL_STENCIL_TEST);
602 TEST_AND_UPDATE(ctx->Stencil.TestTwoSide, enable->StencilTwoSide, GL_STENCIL_TEST_TWO_SIDE_EXT);
1211 const struct gl_stencil_attrib *stencil; local
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 62 #include "main/stencil.h"
143 struct gl_stencil_attrib Stencil;
261 GLuint StencilFP; /**< Fragment program for drawing stencil images */
650 save->Stencil = ctx->Stencil; /* struct copy */
651 if (ctx->Stencil.Enabled)
653 /* NOTE: other stencil state not reset */
977 const struct gl_stencil_attrib *stencil = &save->Stencil; local
979 _mesa_set_enable(ctx, GL_STENCIL_TEST, stencil->Enabled)
    [all...]

Completed in 360 milliseconds