Home | History | Annotate | Download | only in hwui

Lines Matching refs:Stencil

32 // Stencil buffer management
35 class ANDROID_API Stencil {
37 Stencil();
40 * Returns the desired size for the stencil buffer. If the returned value
41 * is 0, then no stencil buffer is required.
46 * Returns the smallest stencil format accepted by render buffers.
51 * Clears the stencil buffer.
56 * Enables stencil test. When the stencil test is enabled the stencil
62 * Enables stencil write. When stencil write is enabled, the stencil
63 * test always succeeds and the value 0x1 is written in the stencil
74 * Used for debugging. The stencil test always passes and increments.
79 * Disables stencil test and write.
108 }; // class Stencil