OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fUsedReservedIndexBytes
(Results
1 - 2
of
2
) sorted by null
/external/skia/gpu/src/
GrInOrderDrawBuffer.cpp
47
fUsedReservedIndexBytes
(0) {
236
fUsedReservedIndexBytes
= GrMax(
fUsedReservedIndexBytes
, indexBytes);
460
GrAssert(0 ==
fUsedReservedIndexBytes
);
477
GrAssert(
fUsedReservedIndexBytes
<= fReservedIndexBytes);
482
size_t indexSlack = fReservedIndexBytes -
fUsedReservedIndexBytes
;
488
fUsedReservedIndexBytes
= 0;
/external/skia/gpu/include/
GrInOrderDrawBuffer.h
169
size_t
fUsedReservedIndexBytes
;
Completed in 83 milliseconds