HomeSort by relevance Sort by last modified time
    Searched refs:incrementThreshold (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/renderstate/
Stencil.h 58 void enableTest(int incrementThreshold);
67 void enableWrite(int incrementThreshold);
Stencil.cpp 73 void Stencil::enableTest(int incrementThreshold) {
76 if (incrementThreshold > 0) {
77 glStencilFunc(GL_EQUAL, incrementThreshold, 0xff);
89 void Stencil::enableWrite(int incrementThreshold) {
92 if (incrementThreshold > 0) {
  /frameworks/base/libs/hwui/
OpenGLRenderer.cpp     [all...]

Completed in 475 milliseconds