OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stencilBitCount
(Results
1 - 2
of
2
) 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
...]
Completed in 1054 milliseconds