Home | History | Annotate | Download | only in hwui

Lines Matching defs:Stencil

30 // Stencil buffer management
33 class ANDROID_API Stencil {
35 Stencil();
38 * Returns the desired size for the stencil buffer. If the returned value
39 * is 0, then no stencil buffer is required.
44 * Clears the stencil buffer.
49 * Enables stencil test. When the stencil test is enabled the stencil
55 * Enables stencil write. When stencil write is enabled, the stencil
56 * test always succeeds and the value 0x1 is written in the stencil
67 * Used for debugging. The stencil test always passes and increments.
72 * Disables stencil test and write.
94 }; // class Stencil