Home
last modified time | relevance | path

Searched refs:textureInfo (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/renderengine/skia/compat/
DGraphiteBackendTexture.cpp103 const skgpu::graphite::TextureInfo& textureInfo = mBackendTexture.info(); in logFatalTexture() local
109 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()
DGaneshBackendTexture.cpp124 GrGLTextureInfo textureInfo; in logFatalTexture() local
126 GrBackendTextures::GetGLTextureInfo(mBackendTexture, &textureInfo); in logFatalTexture()
135 textureInfo.fTarget, textureInfo.fFormat, colorType); in logFatalTexture()