Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DD3D11FormatTablesTest.cpp57 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in TEST_P()
171 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in TEST_P()
DVulkanFormatTablesTest.cpp53 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in TEST_P()
/external/angle/src/libANGLE/
Dformatutils.h338 const FormatSet &GetAllSizedInternalFormats();
DCaps.cpp130 for (GLenum internalFormat : GetAllSizedInternalFormats()) in InitMinimumTextureCapsMap()
Dformatutils.cpp1521 for (GLenum sizedInternalFormat : GetAllSizedInternalFormats()) in GetConfigColorBufferFormat()
1544 for (GLenum sizedInternalFormat : GetAllSizedInternalFormats()) in GetConfigDepthStencilBufferFormat()
2028 const FormatSet &GetAllSizedInternalFormats() in GetAllSizedInternalFormats() function
DContext.cpp4480 for (GLenum sizedInternalFormat : GetAllSizedInternalFormats()) in updateCaps()
/external/angle/src/libANGLE/renderer/metal/
Dmtl_format_utils.mm116 const gl::FormatSet &internalFormats = gl::GetAllSizedInternalFormats();
/external/angle/src/libANGLE/renderer/d3d/d3d9/
Drenderer9_utils.cpp518 for (GLenum internalFormat : gl::GetAllSizedInternalFormats()) in GenerateCaps()
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Drenderer11_utils.cpp1432 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()
/external/angle/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp737 const gl::FormatSet &allFormats = gl::GetAllSizedInternalFormats(); in GenerateCaps()