Searched refs:GrPixelConfigIsCompressed (Results 1 – 13 of 13) sorted by relevance
42 if (!GrPixelConfigIsCompressed(desc.fConfig) && in createTexture()72 if (GrPixelConfigIsCompressed(desc.fConfig)) { in internalCreateApproxTexture()83 SkASSERT(!GrPixelConfigIsCompressed(inDesc.fConfig)); in refScratchTexture()
36 if (GrPixelConfigIsCompressed(fDesc.fConfig)) { in onGpuMemorySize()88 if (!this->isExternal() && !GrPixelConfigIsCompressed(desc.fConfig) && in GrTexture()
133 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()271 if (GrPixelConfigIsCompressed(readConfig)) { in getReadPixelsInfo()299 if (GrPixelConfigIsCompressed(dstSurface->desc().fConfig) && in getWritePixelsInfo()338 if (GrPixelConfigIsCompressed(config)) { in readPixels()
29 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in WorseCaseSize()34 if (GrPixelConfigIsCompressed(desc.fConfig)) { in WorseCaseSize()
93 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrLayerAtlas()
153 SkASSERT(!GrPixelConfigIsCompressed(texture->desc().fConfig)); in GrBatchAtlas()
264 SkASSERT(GrPixelConfigIsCompressed(desc.fConfig)); in compressTextureData()
279 static inline bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function303 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrMakePixelConfigUncompressed()345 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrBytesPerPixel()656 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()
112 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in onGpuMemorySize()
242 if (kIndex_8_GrPixelConfig == srcConfig || GrPixelConfigIsCompressed(dstSurface->config())) { in onGetWritePixelsInfo()275 if (GrPixelConfigIsCompressed(vkTex->desc().fConfig)) { in onWritePixels()321 SkASSERT(!GrPixelConfigIsCompressed(dataConfig)); in uploadTexData()
181 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in totalBytesPerSample()
1172 if (!GrPixelConfigIsCompressed(surfaceConfig)) { in getCompressedTexImageFormats()1189 if (GrPixelConfigIsCompressed(config)) { in getRenderbufferFormat()1200 if (GrPixelConfigIsCompressed(memoryConfig) || GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat()
725 if (kIndex_8_GrPixelConfig == srcConfig || GrPixelConfigIsCompressed(dstSurface->config())) { in onGetWritePixelsInfo()824 if (GrPixelConfigIsCompressed(glTex->desc().fConfig)) { in onWritePixels()853 if (GrPixelConfigIsCompressed(glTex->desc().fConfig)) { in onTransferPixels()881 SkASSERT(!GrPixelConfigIsCompressed(config)); in config_alignment()920 SkASSERT(!GrPixelConfigIsCompressed(dataConfig)); in uploadTexData()3034 if (!this->caps()->mipMapSupport() || GrPixelConfigIsCompressed(texture->config())) { in bindTexture()3217 !GrPixelConfigIsCompressed(src->config()) && in can_copy_texsubimage()