Searched refs:GL_R32F (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 247 case GL_R32F: in GetTypeFromInternalFormat() 475 GL_R32F, in GetSupportedInternalFormats() 611 { GL_R32F, GL_RED, GL_FLOAT }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2085 GL_R32F, in CheckStorageInternalFormat()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 122 case GL_R32F: in GetInternalFormatPixelByteSize()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 95 constexpr unsigned int GL_R32F = 0x822E; variable 367 BASE_NS::Format::BASE_FORMAT_R32_SFLOAT, GL_R32F, false, 1, 1, 1, 32 },
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 243 { GL_R32F, CR_REND_TEX | ATOMIC_STORE | TEXEL_BUF }, 293 { GL_R32F, CR_REND_TEX | ATOMIC_STORE | TEXEL_BUF }, 600 { BASE_FORMAT_R32_SFLOAT, GL_RED, GL_R32F, GL_FLOAT, 4, { false, 0, 0, 0 },
|