Home
last modified time | relevance | path

Searched refs:GL_RGBA8 (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/
H A Drender_environment.cpp143 …exturePtr renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in RequestBuffer()
161 renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in GenMainTex()
173 …rTexturePtr tempTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in GenMainTex()
178 …rTexturePtr tempTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in GenMainTex()
202 …exturePtr renderTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in ConvertBufferToTexture()
276 tex = GLUtils::CreateTexWithStorage(GL_TEXTURE_2D, 1, GL_RGBA8, width, height); in GenTexFromEffectBuffer()
462 outTex = std::make_shared<RenderTexture>(param_->context_, width, height, GL_RGBA8); in ConvertYUV2RGBA()
465 outTex = param_->resCache_->RequestTexture(param_->context_, width, height, GL_RGBA8); in ConvertYUV2RGBA()
486 … RenderTexturePtr tex = std::make_shared<RenderTexture>(param_->context_, width, height, GL_RGBA8); in ConvertRGBA2YUV()
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/
H A Dgles_render_backend.cpp173 framebufferInfo.fFormat = GL_RGBA8; in AcquireSkCanvas()
220 bufferInfo.Format = GL_RGBA8; in AcquireDrCanvas()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/graphic/
H A Drender_frame_buffer.h32 …uffer(RenderContext *ctx, ResourceCache *cache, int width, int height, GLenum interFmt = GL_RGBA8);
H A Drender_texture.h30 RenderTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt = GL_RGBA8)
H A Dgl_utils.cpp121 case GL_RGBA8: in GetInternalFormatPixelByteSize()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp307 case GL_RGBA8: in GetTypeFromInternalFormat()
506 GL_RGBA8, in GetSupportedInternalFormats()
649 { GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
H A Dwebgl2_rendering_context_impl.cpp2116 GL_RGBA8, in CheckStorageInternalFormat()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Dswapchain_gles.cpp42 { BASE_FORMAT_R8G8B8A8_UNORM, 8, 8, 8, 8, GL_RGBA8, GL_RGBA8 },
H A Ddevice_gles.cpp230 { GL_RGBA8, CR_REND_TEX | ATOMIC_STORE | TEXEL_BUF },
283 { GL_RGBA8, CR_TF_REND_TEX | ATOMIC_STORE | TEXEL_BUF },
580 { BASE_FORMAT_R8G8B8A8_UNORM, GL_RGBA, GL_RGBA8, GL_UNSIGNED_BYTE, 4, { false, 0, 0, 0 },
582 { BASE_FORMAT_R8G8B8A8_SNORM, GL_RGBA, GL_RGBA8, GL_BYTE, 4, { false, 0, 0, 0 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render_backend/
H A Ddrawing_context.cpp98 framebufferInfo.fFormat = GL_RGBA8; in AcquireSurfaceInGLES()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/
H A Dpixel_map_from_surface.cpp139 GLuint glType = GL_RGBA8; in DrawImage()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/
H A Dgl_util.h37 constexpr unsigned int GL_RGBA8 = 0x8058; variable
317 BASE_NS::Format::BASE_FORMAT_R8G8B8A8_UNORM, GL_RGBA8, false, 1, 1, 1, 32 },
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/render_context/
H A Drender_context.cpp373 bufferInfo.Format = GL_RGBA8; in AcquireSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/
H A Dpixel_map_from_surface.cpp580 GLuint glType = GL_RGBA8; in DrawImage()