Home
last modified time | relevance | path

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

/external/angle/src/common/
Dandroid_util.h202 constexpr std::array<GLenum, 3> kSupportedSizedInternalFormats = {GL_RGBA8, GL_RGB8, GL_RGB565}; variable
/external/angle/src/libANGLE/
Dformatutils.cpp1503 for (GLenum sizedInternalFormat : angle::android::kSupportedSizedInternalFormats) in GetAndroidHardwareBufferFormatFromChannelSizes()