Searched refs:GrPixelConfigIsCompressed (Results 1 – 9 of 9) sorted by relevance
29 if (!GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()52 if (GrPixelConfigIsCompressed(desc.fConfig)) { in refScratchTexture()69 SkASSERT(!GrPixelConfigIsCompressed(inDesc.fConfig)); in internalRefScratchTexture()
36 if (GrPixelConfigIsCompressed(fDesc.fConfig)) { in onGpuMemorySize()84 if (kWrapped_LifeCycle != lifeCycle && !GrPixelConfigIsCompressed(desc.fConfig)) { in GrTexture()
168 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrAtlas()
107 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()
272 SkASSERT(GrPixelConfigIsCompressed(desc.fConfig)); in compressTextureData()
233 SkASSERT(!GrPixelConfigIsCompressed(texture->desc().fConfig)); in GrBatchAtlas()
271 static inline bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function295 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrMakePixelConfigUncompressed()326 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrBytesPerPixel()346 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrUnpackAlignment()582 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()
51 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in init()
523 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()