Home
last modified time | relevance | path

Searched defs:textureCaps (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DCaps.cpp163 static bool GetFormatSupportBase(const TextureCapsMap &textureCaps, in GetFormatSupportBase()
205 static bool GetFormatSupport(const TextureCapsMap &textureCaps, in GetFormatSupport()
219 static bool DeterminePackedDepthStencilSupport(const TextureCapsMap &textureCaps) in DeterminePackedDepthStencilSupport()
229 static bool DetermineReadDepthSupport(const TextureCapsMap &textureCaps) in DetermineReadDepthSupport()
239 static bool DetermineReadStencilSupport(const TextureCapsMap &textureCaps) in DetermineReadStencilSupport()
249 static bool DetermineDepthBufferFloat2Support(const TextureCapsMap &textureCaps) in DetermineDepthBufferFloat2Support()
260 static bool DetermineRGBA8TextureSupport(const TextureCapsMap &textureCaps) in DetermineRGBA8TextureSupport()
270 static bool DetermineRequiredInternalFormatTextureSupport(const TextureCapsMap &textureCaps) in DetermineRequiredInternalFormatTextureSupport()
295 static bool DetermineRGB8TextureSupport(const TextureCapsMap &textureCaps) in DetermineRGB8TextureSupport()
305 static bool DetermineBGRA8TextureSupport(const TextureCapsMap &textureCaps) in DetermineBGRA8TextureSupport()
[all …]
H A DContext.cpp4437 TextureCapsMap *textureCaps = mState.getMutableTextureCaps(); in updateCaps() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A Drenderer9_utils.cpp423 gl::TextureCaps textureCaps; in GenerateTextureFormatCaps() local
520 gl::TextureCaps textureCaps = GenerateTextureFormatCaps(internalFormat, d3d9, deviceType, in GenerateCaps() local
H A DRenderer9.cpp2597 const gl::TextureCaps &textureCaps = getNativeTextureCaps().get(format); in createRenderTarget() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_format_utils.cpp61 gl::TextureCaps textureCaps; in initialize() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DVulkanFormatTablesTest.cpp68 const gl::TextureCaps &textureCaps = renderer->getNativeTextureCaps().get(internalFormat); in TEST_P() local
H A DD3D11FormatTablesTest.cpp53 const auto &textureCaps = renderer->getNativeTextureCaps(); in TEST_P() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp514 gl::TextureCaps textureCaps; in GenerateTextureFormatCaps() local
740 gl::TextureCaps textureCaps = in GenerateCaps() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp88 gl::TextureCaps textureCaps; in GenerateTextureFormatCaps() local
1430 gl::TextureCaps textureCaps = in GenerateCaps() local
H A DTextureStorage11.cpp3945 const gl::TextureCaps &textureCaps = in ensureTextureExists() local
4166 const gl::TextureCaps &textureCaps = in ensureTextureExists() local
H A DRenderer11.cpp2856 const gl::TextureCaps &textureCaps = getNativeTextureCaps().get(format); in createRenderTarget() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_format_utils.cpp276 gl::TextureCaps textureCaps; in initialize() local