Home
last modified time | relevance | path

Searched refs:GL_RGBA4 (Results 1 - 7 of 7) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_renderbuffer.h90 GLenum internalFormat_ { GL_RGBA4 };
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp233 case GL_RGBA4: in GetTypeFromInternalFormat()
510 GL_RGBA4, in GetSupportedInternalFormats()
655 { GL_RGBA4, GL_RGBA, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
656 { GL_RGBA4, GL_RGBA, GL_UNSIGNED_SHORT_4_4_4_4 }, in GetSupportedFormatTypeMaps()
H A Dwebgl2_rendering_context_impl.cpp2120 GL_RGBA4, in CheckStorageInternalFormat()
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Dgl_utils.cpp134 case GL_RGBA4: in GetInternalFormatPixelByteSize()
/foundation/multimedia/image_effect/test/unittest/
H A DTestRenderEnvironment.cpp109 internalFormat = GL_RGBA4; in HWTEST_F()
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp228 { GL_RGBA4, CR_REND_TEX },
281 { GL_RGBA4, CR_TF_REND_TEX },
525 { BASE_FORMAT_R4G4_UNORM_PACK8, GL_RG, GL_RGBA4, GL_UNSIGNED_BYTE, 1, { false, 0, 0, 0 },
527 { BASE_FORMAT_B4G4R4A4_UNORM_PACK16, GL_RGBA, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, 2, { false, 0, 0, 0 },
576 { BASE_FORMAT_R4G4B4A4_UNORM_PACK16, GL_RGBA, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4, 2, { false, 0, 0, 0 },
716 { BASE_FORMAT_B4G4R4A4_UNORM_PACK16, GL_BGRA, GL_RGBA4, GL_UNSIGNED_SHORT_4_4_4_4_REV, 2, { false, 0, 0, 0 },
/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h110 constexpr unsigned int GL_RGBA4 = 0x8056; variable

Completed in 14 milliseconds