OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisTex
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrSurface.h
86
const GrTexture*
thisTex
= this->asTexture();
87
SkASSERT(NULL !=
thisTex
); // We must be one or the other
88
return
thisTex
== other->asTexture();
/external/skia/include/gpu/
GrSurface.h
86
const GrTexture*
thisTex
= this->asTexture();
87
SkASSERT(NULL !=
thisTex
); // We must be one or the other
88
return
thisTex
== other->asTexture();
Completed in 42 milliseconds