OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fDstTexture
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/gpu/
GrXferProcessor.h
183
const GrTexture* getDstTexture() const { return
fDstTexture
.getTexture(); }
222
if (this->
fDstTexture
.getTexture() != that.
fDstTexture
.getTexture()) {
281
GrTextureAccess
fDstTexture
;
/external/skia/src/gpu/
GrPipeline.h
54
GrXferProcessor::DstTexture
fDstTexture
;
Completed in 72 milliseconds