OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxRenderTargetSize
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/gpu/
GrCaps.h
210
int
maxRenderTargetSize
() const { return fMaxRenderTargetSize; }
/external/skia/tools/skiaserve/
Request.cpp
103
int maxRTSize = context->caps()->
maxRenderTargetSize
();
/external/skia/src/gpu/
GrGpu.cpp
112
int maxRTSize = this->caps()->
maxRenderTargetSize
();
/external/skia/tools/kilobench/
kilobench.cpp
188
int maxRTSize = context->caps()->
maxRenderTargetSize
();
Completed in 353 milliseconds