Home
last modified time | relevance | path

Searched refs:isUncompressedTextureFormat (Results 1 – 8 of 8) sorted by relevance

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrendertexture2d.cpp93 bool compress = format.isUncompressedTextureFormat(); in setTextureData()
108 } else if (formatDest.isUncompressedTextureFormat()) { in setTextureData()
123 if (format.isUncompressedTextureFormat() || format.isDepthTextureFormat()) { in setTextureData()
182 if (formaInternal.isUncompressedTextureFormat()) { in setTextureStorage()
212 Q_ASSERT(format.isUncompressedTextureFormat() in setTextureDataMultisample()
234 if (!format.isUncompressedTextureFormat()) { in setTextureSubData()
H A Dqssgrendertexturecube.cpp75 if (format.isUncompressedTextureFormat() || format.isDepthTextureFormat()) { in setTextureData()
H A Dqssgrenderbasetypes_p.h393 bool isUncompressedTextureFormat() const in isUncompressedTextureFormat() function
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/backends/gl/
H A Dqssgrenderbackendgl4.cpp227 Q_ASSERT(internalFormat.isUncompressedTextureFormat()); in createTextureStorage2D()
255 if (internalFormat.isUncompressedTextureFormat()) in setMultisampledTextureData2D()
H A Dqssgrenderbackendgl3.cpp209 if (internalFormat.isUncompressedTextureFormat()) in setMultisampledTextureData2D()
243 if (internalFormat.isUncompressedTextureFormat()) in setTextureData3D()
H A Dqssgrenderbackendgles2.cpp231 if (internalFormat.isUncompressedTextureFormat()) { in setTextureData3D()
272 if (internalFormat.isUncompressedTextureFormat()) { in setTextureData2D()
H A Dqssgrenderbackendglbase.cpp978 if (internalFormat.isUncompressedTextureFormat()) in setTextureData2D()
1021 if (internalFormat.isUncompressedTextureFormat()) in setTextureDataCubeFace()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/resourcemanager/
H A Dqssgrenderbuffermanager.cpp185 if (inBsdfMipmaps && inLoadedImage->format.isUncompressedTextureFormat()) { in loadRenderImage()