Home
last modified time | relevance | path

Searched refs:GrPixelConfigIsCompressed (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/
DGrTextureProvider.cpp29 if (!GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()
52 if (GrPixelConfigIsCompressed(desc.fConfig)) { in refScratchTexture()
69 SkASSERT(!GrPixelConfigIsCompressed(inDesc.fConfig)); in internalRefScratchTexture()
DGrTexture.cpp36 if (GrPixelConfigIsCompressed(fDesc.fConfig)) { in onGpuMemorySize()
84 if (kWrapped_LifeCycle != lifeCycle && !GrPixelConfigIsCompressed(desc.fConfig)) { in GrTexture()
DGrAtlas.cpp168 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrAtlas()
DGrGpu.cpp107 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()
DGrSWMaskHelper.cpp272 SkASSERT(GrPixelConfigIsCompressed(desc.fConfig)); in compressTextureData()
DGrBatchAtlas.cpp233 SkASSERT(!GrPixelConfigIsCompressed(texture->desc().fConfig)); in GrBatchAtlas()
/external/skia/include/gpu/
DGrTypes.h271 static inline bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function
295 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrMakePixelConfigUncompressed()
326 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrBytesPerPixel()
346 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrUnpackAlignment()
582 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp51 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in init()
DGrGLGpu.cpp523 if (GrPixelConfigIsCompressed(glTex->desc().fConfig)) { in onWriteTexturePixels()
585 SkASSERT(!GrPixelConfigIsCompressed(dataConfig)); in uploadTexData()
1706 if (GrPixelConfigIsCompressed(config)) { in onReadPixels()
2222 if (!this->caps()->mipMapSupport() || GrPixelConfigIsCompressed(texture->config())) { in bindTexture()
2567 !GrPixelConfigIsCompressed(src->config())) { in can_copy_texsubimage()