Searched refs:textureInfo (Results 1 – 2 of 2) sorted by relevance
103 const skgpu::graphite::TextureInfo& textureInfo = mBackendTexture.info(); in logFatalTexture() local109 mBackendTexture.dimensions().height(), textureInfo.isValid(), in logFatalTexture()110 textureInfo.numSamples(), static_cast<int32_t>(textureInfo.mipmapped()), in logFatalTexture()111 static_cast<int32_t>(textureInfo.isProtected())); in logFatalTexture()
124 GrGLTextureInfo textureInfo; in logFatalTexture() local126 GrBackendTextures::GetGLTextureInfo(mBackendTexture, &textureInfo); in logFatalTexture()135 textureInfo.fTarget, textureInfo.fFormat, colorType); in logFatalTexture()