Home
last modified time | relevance | path

Searched refs:GL_RGB10_A2 (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp313 case GL_RGB10_A2: in GetTypeFromInternalFormat()
511 GL_RGB10_A2, in GetSupportedInternalFormats()
657 { GL_RGB10_A2, GL_RGBA, GL_UNSIGNED_INT_2_10_10_10_REV }, in GetSupportedFormatTypeMaps()
H A Dwebgl2_rendering_context_impl.cpp2121 GL_RGB10_A2, in CheckStorageInternalFormat()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp146 glType = GL_RGB10_A2; in DrawImage()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp379 bufferInfo.Format = GL_RGB10_A2; in AcquireSurface()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.cpp232 { GL_RGB10_A2, CR_REND_TEX | ATOMIC_STORE },
285 { GL_RGB10_A2, CR_TF_REND_TEX },
542 …{ BASE_FORMAT_A2R10G10B10_UNORM_PACK32, GL_RGBA, GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, 4, {…
584 …{ BASE_FORMAT_A2B10G10R10_UNORM_PACK32, GL_RGBA, GL_RGB10_A2, GL_UNSIGNED_INT_2_10_10_10_REV, 4, {…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/pointer_render/
H A Drs_pointer_render_manager.cpp446 glType = GL_RGB10_A2; in GetIntersectImageFromGL()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h113 constexpr unsigned int GL_RGB10_A2 = 0x8059; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp588 glType = GL_RGB10_A2; in DrawImage()