OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reuseScratchTextures
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/src/gpu/
GrDrawTargetCaps.h
62
bool
reuseScratchTextures
() const { return fReuseScratchTextures; }
GrSWMaskHelper.cpp
148
bool reuseScratch = fContext->getGpu()->caps()->
reuseScratchTextures
();
GrContext.cpp
444
if (!fGpu->caps()->
reuseScratchTextures
() &&
511
if (fGpu->caps()->
reuseScratchTextures
() || NULL != texture->asRenderTarget()) {
539
if (fGpu->caps()->
reuseScratchTextures
() || NULL != texture->asRenderTarget()) {
[
all
...]
/external/skia/src/gpu/
GrDrawTargetCaps.h
62
bool
reuseScratchTextures
() const { return fReuseScratchTextures; }
GrSWMaskHelper.cpp
148
bool reuseScratch = fContext->getGpu()->caps()->
reuseScratchTextures
();
GrContext.cpp
444
if (!fGpu->caps()->
reuseScratchTextures
() &&
511
if (fGpu->caps()->
reuseScratchTextures
() || NULL != texture->asRenderTarget()) {
539
if (fGpu->caps()->
reuseScratchTextures
() || NULL != texture->asRenderTarget()) {
[
all
...]
Completed in 189 milliseconds