Home
last modified time | relevance | path

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 Dwebgl_texture.cpp241 case GL_R8: in GetTypeFromInternalFormat()
472 GL_R8, in GetSupportedInternalFormats()
607 { GL_R8, GL_RED, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
H A Dwebgl2_rendering_context_impl.cpp2082 GL_R8, in CheckStorageInternalFormat()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/opengl/test_glFramebufferTexture3DOES/entry/src/main/cpp/
H A Dtest_glFramebufferTexture3DOES.cpp83 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 Dgl_utils.cpp128 case GL_R8: in GetInternalFormatPixelByteSize()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h34 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 DTestRenderEnvironment.cpp100 internalFormat = GL_R8;
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp209 { 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 },