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 D | webgl_renderbuffer.h | 90 GLenum internalFormat_ { GL_RGBA4 };
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 233 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 D | webgl2_rendering_context_impl.cpp | 2120 GL_RGBA4, in CheckStorageInternalFormat()
|
/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/ |
H A D | gl_utils.cpp | 134 case GL_RGBA4:
in GetInternalFormatPixelByteSize()
|
/foundation/multimedia/image_effect/test/unittest/ |
H A D | TestRenderEnvironment.cpp | 109 internalFormat = GL_RGBA4; in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.cpp | 228 { 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 D | gl_util.h | 110 constexpr unsigned int GL_RGBA4 = 0x8056; variable
|
Completed in 11 milliseconds