Searched refs:GL_R8 (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 241 case GL_R8: in GetTypeFromInternalFormat() 472 GL_R8, in GetSupportedInternalFormats() 607 { GL_R8, GL_RED, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2082 GL_R8, in CheckStorageInternalFormat()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/ |
H A D | test_glFramebufferTexture3DOES.cpp | 83 glTexImage3D(GL_TEXTURE_3D, INT_INIT_VAL, GL_R8, MATRIX_8, MATRIX_8, MATRIX_8, INT_INIT_VAL, in GLCopyTexSubImage3D()
|
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 128 case GL_R8: in GetInternalFormatPixelByteSize()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 34 constexpr unsigned int GL_R8 = 0x8229; variable 311 BASE_NS::Format::BASE_FORMAT_R8_UNORM, GL_R8, false, 1, 1, 1, 8 },
|
/ohos5.0/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 100 internalFormat = GL_R8;
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 209 { GL_R8, CR_TEX | ATOMIC_STORE | TEXEL_BUF }, 274 { GL_R8, CR_TF_REND_TEX | TEXEL_BUF }, 563 { BASE_FORMAT_R8_UNORM, GL_RED, GL_R8, GL_UNSIGNED_BYTE, 1, { false, 0, 0, 0 },
|