Searched defs:isConfigRenderable (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTargetCaps.h52 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrDrawTargetCaps
H A DGrContext.cpp422 SkASSERT(this->isConfigRenderable(kAlpha_8_GrPixelConfig, inDesc.fSampleCnt > 0) ||
1702 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrContext
1703 return fGpu->caps()->isConfigRenderable(config, withMSAA);
/external/skia/src/gpu/
H A DGrDrawTargetCaps.h52 bool isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrDrawTargetCaps
H A DGrContext.cpp422 SkASSERT(this->isConfigRenderable(kAlpha_8_GrPixelConfig, inDesc.fSampleCnt > 0) ||
1702 bool GrContext::isConfigRenderable(GrPixelConfig config, bool withMSAA) const { function in class:GrContext
1703 return fGpu->caps()->isConfigRenderable(config, withMSAA);

Completed in 133 milliseconds