OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fPurgeDecodedTex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/tools/
PictureBenchmark.h
45
void setPurgeDecodedTex(bool purgeDecodedTex) {
fPurgeDecodedTex
= purgeDecodedTex; }
46
bool purgeDecodedText() const { return
fPurgeDecodedTex
; }
66
bool
fPurgeDecodedTex
;
PictureBenchmark.cpp
23
,
fPurgeDecodedTex
(false)
84
if (
fPurgeDecodedTex
) {
160
if (
fPurgeDecodedTex
) {
186
if (
fPurgeDecodedTex
) {
217
if (
fPurgeDecodedTex
) {
228
if (
fPurgeDecodedTex
) {
Completed in 38 milliseconds