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

  /frameworks/base/libs/hwui/
Stencil.cpp 20 #include "Stencil.h"
25 Stencil::Stencil(): mState(kDisabled) {
28 uint32_t Stencil::getStencilSize() {
32 void Stencil::clear() {
37 void Stencil::enableTest() {
48 void Stencil::enableWrite() {
59 void Stencil::enableDebugTest(GLint value, bool greater) {
67 void Stencil::enableDebugWrite() {
78 void Stencil::enable()
    [all...]
Stencil.h 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 stenci
    [all...]

Completed in 208 milliseconds