Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h308 static constexpr GlImageFormatInfo GL_IMAGE_FORMATS[] = { variable
512 if ((GL_IMAGE_FORMATS[i].coreFormat == BASE_NS::Format::BASE_FORMAT_UNDEFINED) || in GetFormatInfo()
513 (glFormat == GL_IMAGE_FORMATS[i].glFormat)) { in GetFormatInfo()
517 return GL_IMAGE_FORMATS[i]; in GetFormatInfo()