Searched refs:GL_RGBA32F (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 317 case GL_RGBA32F: in GetTypeFromInternalFormat() 513 GL_RGBA32F, in GetSupportedInternalFormats() 660 { GL_RGBA32F, GL_RGBA, GL_FLOAT }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2123 GL_RGBA32F, in CheckStorageInternalFormat()
|
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 98 constexpr unsigned int GL_RGBA32F = 0x8814; variable 373 BASE_NS::Format::BASE_FORMAT_R32G32B32A32_SFLOAT, GL_RGBA32F, false, 1, 1, 1, 128 },
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 246 { GL_RGBA32F, CR_REND_TEX | ATOMIC_STORE }, 296 { GL_RGBA32F, CR_REND_TEX | ATOMIC_STORE | TEXEL_BUF }, 606 { BASE_FORMAT_R32G32B32A32_SFLOAT, GL_RGBA, GL_RGBA32F, GL_FLOAT, 16, { false, 0, 0, 0 },
|
Completed in 10 milliseconds