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

  /external/chromium_org/third_party/angle/samples/angle/stencil_operations/
StencilOperations.cpp 207 GLint stencilBitCount;
208 glGetIntegerv(GL_STENCIL_BITS, &stencilBitCount);
209 stencilValues[3] = ~(((1 << stencilBitCount) - 1) & 0x1) & 0xff;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.cpp     [all...]

Completed in 1205 milliseconds