Searched refs:GL_RG32F (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 267 case GL_RG32F: in GetTypeFromInternalFormat() 485 GL_RG32F, in GetSupportedInternalFormats() 622 { GL_RG32F, GL_RG, GL_FLOAT }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2095 GL_RG32F, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 96 constexpr unsigned int GL_RG32F = 0x8230; variable 369 BASE_NS::Format::BASE_FORMAT_R32G32_SFLOAT, GL_RG32F, false, 1, 1, 1, 64 },
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 244 { GL_RG32F, CR_REND_TEX | ATOMIC_STORE | TEXEL_BUF }, 294 { GL_RG32F, CR_REND_TEX | TEXEL_BUF }, 602 { BASE_FORMAT_R32G32_SFLOAT, GL_RG, GL_RG32F, GL_FLOAT, 8, { false, 0, 0, 0 },
|
Completed in 10 milliseconds