Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTextureProvider.cpp42 if (!GrPixelConfigIsCompressed(desc.fConfig) && in createTexture()
72 if (GrPixelConfigIsCompressed(desc.fConfig)) { in internalCreateApproxTexture()
83 SkASSERT(!GrPixelConfigIsCompressed(inDesc.fConfig)); in refScratchTexture()
DGrTexture.cpp36 if (GrPixelConfigIsCompressed(fDesc.fConfig)) { in onGpuMemorySize()
88 if (!this->isExternal() && !GrPixelConfigIsCompressed(desc.fConfig) && in GrTexture()
DGrGpu.cpp133 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()
DGrSurface.cpp29 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in WorseCaseSize()
34 if (GrPixelConfigIsCompressed(desc.fConfig)) { in WorseCaseSize()
DGrLayerAtlas.cpp93 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrLayerAtlas()
DGrBatchAtlas.cpp153 SkASSERT(!GrPixelConfigIsCompressed(texture->desc().fConfig)); in GrBatchAtlas()
DGrSWMaskHelper.cpp264 SkASSERT(GrPixelConfigIsCompressed(desc.fConfig)); in compressTextureData()
/external/skia/include/gpu/
DGrTypes.h279 static inline bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function
303 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrMakePixelConfigUncompressed()
345 SkASSERT(!GrPixelConfigIsCompressed(config)); in GrBytesPerPixel()
656 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()
/external/skia/src/gpu/vk/
DGrVkRenderTarget.h112 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in onGpuMemorySize()
DGrVkGpu.cpp242 if (kIndex_8_GrPixelConfig == srcConfig || GrPixelConfigIsCompressed(dstSurface->config())) { in onGetWritePixelsInfo()
275 if (GrPixelConfigIsCompressed(vkTex->desc().fConfig)) { in onWritePixels()
321 SkASSERT(!GrPixelConfigIsCompressed(dataConfig)); in uploadTexData()
/external/skia/src/gpu/gl/
DGrGLRenderTarget.cpp181 SkASSERT(!GrPixelConfigIsCompressed(fDesc.fConfig)); in totalBytesPerSample()
DGrGLCaps.cpp1172 if (!GrPixelConfigIsCompressed(surfaceConfig)) { in getCompressedTexImageFormats()
1189 if (GrPixelConfigIsCompressed(config)) { in getRenderbufferFormat()
1200 if (GrPixelConfigIsCompressed(memoryConfig) || GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat()
DGrGLGpu.cpp725 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()