Searched refs:GrPixelConfigIsCompressed (Results 1 – 14 of 14) sorted by relevance
39 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in WorstCaseSize()49 if (GrPixelConfigIsCompressed(desc.fConfig)) { in WorstCaseSize()77 if (GrPixelConfigIsCompressed(config)) { in ComputeSize()
154 if (!GrPixelConfigIsCompressed(desc.fConfig)) { in createTexture()174 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createApproxTexture()206 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig)); in refScratchTexture()
127 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig) || !isRT); in createTexture()128 SkASSERT(!GrPixelConfigIsCompressed(desc.fConfig) || 1 == desc.fSampleCnt); in createTexture()259 if (GrPixelConfigIsCompressed(surface->config())) { in readPixels()
80 if (!GrPixelConfigIsCompressed(this->config())) { in computeScratchKey()
76 if (GrPixelConfigIsCompressed(desc.fConfig)) { in GrSurfaceProxy()
80 if (GrPixelConfigIsCompressed(dstProxy->config())) { in Make()
396 SkASSERT(!GrPixelConfigIsCompressed(vkTex->config())); in onWritePixels()428 SkASSERT(!GrPixelConfigIsCompressed(texture->config())); in onTransferPixels()542 SkASSERT(!GrPixelConfigIsCompressed(GrColorTypeToPixelConfig(dataColorType, in uploadTexDataLinear()604 SkASSERT(!GrPixelConfigIsCompressed(GrColorTypeToPixelConfig(dataColorType, in uploadTexDataOptimal()809 SkASSERT(GrPixelConfigIsCompressed(GrColorTypeToPixelConfig(dataColorType, in uploadTexDataCompressed()981 bool isCompressed = GrPixelConfigIsCompressed(desc.fConfig); in onCreateTexture()1455 if (GrPixelConfigIsCompressed(config)) { in createTestingOnlyVkImage()1471 if (GrPixelConfigIsCompressed(config)) { in createTestingOnlyVkImage()1519 if (GrPixelConfigIsCompressed(config)) { in createTestingOnlyVkImage()
34 if (GrPixelConfigIsCompressed(desc.fConfig)) { in GrVkTexture()
51 if (GrPixelConfigIsCompressed(desc.fConfig)) { in GrGLTexture()
807 SkASSERT(!GrPixelConfigIsCompressed(glTex->config())); in onWritePixels()815 SkASSERT(!GrPixelConfigIsCompressed(config)); in config_alignment()856 SkASSERT(!GrPixelConfigIsCompressed(glTex->config())); in onTransferPixels()1054 SkASSERT(GrPixelConfigIsCompressed(config)); in allocate_and_populate_compressed_texture()1168 SkASSERT(!GrPixelConfigIsCompressed(dataConfig)); in uploadTexData()1549 !GrPixelConfigIsCompressed(desc.fConfig); in onCreateTexture()1786 if (GrPixelConfigIsCompressed(desc.fConfig)) { in createTextureImpl()3962 if (GrPixelConfigIsCompressed(config)) { in createTestingOnlyBackendTexture()
1211 if (!GrPixelConfigIsCompressed(surfaceConfig)) { in getCompressedTexImageFormats()1228 SkASSERT(!GrPixelConfigIsCompressed(config)); in getRenderbufferFormat()1240 if (GrPixelConfigIsCompressed(memoryConfig)) { in getExternalFormat()
1146 static inline bool GrPixelConfigIsCompressed(GrPixelConfig config) { in GrPixelConfigIsCompressed() function1216 SkASSERT(GrPixelConfigIsCompressed(config)); in GrCompressedFormatDataSize()
123 if (GrPixelConfigIsCompressed(config) && SkBackingFit::kApprox == fit) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
250 if (GrPixelConfigIsCompressed(desc.fConfig)) {