Home | History | Annotate | Download | only in hwui

Lines Matching refs:Stencil

20 #include "Stencil.h"
35 Stencil::Stencil(): mState(kDisabled) {
38 uint8_t Stencil::getStencilSize() {
42 GLenum Stencil::getSmallestStencilFormat() {
54 void Stencil::clear() {
59 void Stencil::enableTest() {
70 void Stencil::enableWrite() {
81 void Stencil::enableDebugTest(GLint value, bool greater) {
89 void Stencil::enableDebugWrite() {
100 void Stencil::enable() {
106 void Stencil::disable() {