Home
last modified time | relevance | path

Searched refs:GetAllSizedInternalFormats (Results 1 – 10 of 10) sorted by relevance

/external/angle/src/tests/gl_tests/
DVulkanFormatTablesTest.cpp54 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in TEST_P()
DD3D11FormatTablesTest.cpp49 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in TEST_P()
/external/angle/src/libANGLE/
Dformatutils.h269 const FormatSet &GetAllSizedInternalFormats();
DCaps.cpp129 for (GLenum internalFormat : GetAllSizedInternalFormats()) in InitMinimumTextureCapsMap()
Dformatutils.cpp1431 const FormatSet &GetAllSizedInternalFormats() in GetAllSizedInternalFormats() function
DContext.cpp3386 for (GLenum sizedInternalFormat : GetAllSizedInternalFormats()) in updateCaps()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm173 const gl::FormatSet &internalFormats = gl::GetAllSizedInternalFormats();
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp501 for (GLenum internalFormat : gl::GetAllSizedInternalFormats()) in GenerateCaps()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1385 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp478 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()