OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clipBit
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrGpu.cpp
324
unsigned int
clipBit
,
335
*mask =
clipBit
;
336
*ref =
clipBit
;
341
*mask = (*mask & userBits) |
clipBit
;
342
*ref = (*ref & userBits) |
clipBit
;
345
*mask = (*mask & userBits) |
clipBit
;
346
*ref =
clipBit
;
431
int
clipBit
= rt.stencilBits();
432
clipBit
= (1 << (
clipBit
-1))
[
all
...]
/external/skia/gpu/include/
GrGpu.h
377
unsigned int
clipBit
,
Completed in 245 milliseconds