OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:clipbit
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp
614
int
clipBit
= stencilBuffer->bits();
615
SkASSERT((
clipBit
<= 16) && "Ganesh only handles 16b or smaller stencil buffers");
616
clipBit
= (1 << (
clipBit
-1));
674
clipBit
,
[
all
...]
GrStencil.cpp
205
0x0000 // set
clipBit
276
// non-inverted fill and we use the stencil rules on the client->
clipbit
GrGpu.h
375
unsigned int
clipBit
,
/external/skia/src/gpu/
GrClipMaskManager.cpp
614
int
clipBit
= stencilBuffer->bits();
615
SkASSERT((
clipBit
<= 16) && "Ganesh only handles 16b or smaller stencil buffers");
616
clipBit
= (1 << (
clipBit
-1));
674
clipBit
,
[
all
...]
GrStencil.cpp
205
0x0000 // set
clipBit
276
// non-inverted fill and we use the stencil rules on the client->
clipbit
GrGpu.h
375
unsigned int
clipBit
,
Completed in 200 milliseconds