OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisRT
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrSurface.h
82
const GrRenderTarget*
thisRT
= this->asRenderTarget();
83
if (NULL !=
thisRT
) {
84
return
thisRT
== other->asRenderTarget();
/external/skia/include/gpu/
GrSurface.h
82
const GrRenderTarget*
thisRT
= this->asRenderTarget();
83
if (NULL !=
thisRT
) {
84
return
thisRT
== other->asRenderTarget();
Completed in 58 milliseconds