OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:willNeedDstTexture
(Results
1 - 4
of
4
) sorted by null
/external/skia/src/gpu/
GrPipelineBuilder.cpp
54
return this->getXPFactory()->
willNeedDstTexture
(caps, optimizations,
GrXferProcessor.cpp
214
bool GrXPFactory::
willNeedDstTexture
(const GrCaps& caps,
/external/skia/include/gpu/
GrXferProcessor.h
326
bool
willNeedDstTexture
(const GrCaps& caps, const GrPipelineOptimizations& optimizations,
/external/skia/tests/
GrPorterDuffTest.cpp
75
TEST_ASSERT(!xpf->
willNeedDstTexture
(caps, optimizations, false));
[
all
...]
Completed in 115 milliseconds