/ohos5.0/foundation/multimedia/image_effect/frameworks/native/render_environment/ |
H A D | render_environment.cpp | 143 …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 D | gles_render_backend.cpp | 173 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 D | render_frame_buffer.h | 32 …uffer(RenderContext *ctx, ResourceCache *cache, int width, int height, GLenum interFmt = GL_RGBA8);
|
H A D | render_texture.h | 30 RenderTexture(RenderContext *ctx, GLsizei w, GLsizei h, GLenum interFmt = GL_RGBA8)
|
H A D | gl_utils.cpp | 121 case GL_RGBA8: in GetInternalFormatPixelByteSize()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_texture.cpp | 307 case GL_RGBA8: in GetTypeFromInternalFormat() 506 GL_RGBA8, in GetSupportedInternalFormats() 649 { GL_RGBA8, GL_RGBA, GL_UNSIGNED_BYTE }, in GetSupportedFormatTypeMaps()
|
H A D | webgl2_rendering_context_impl.cpp | 2116 GL_RGBA8, in CheckStorageInternalFormat()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | swapchain_gles.cpp | 42 { BASE_FORMAT_R8G8B8A8_UNORM, 8, 8, 8, 8, GL_RGBA8, GL_RGBA8 },
|
H A D | device_gles.cpp | 230 { 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 D | drawing_context.cpp | 98 framebufferInfo.fFormat = GL_RGBA8; in AcquireSurfaceInGLES()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/egl_image/src/ |
H A D | pixel_map_from_surface.cpp | 139 GLuint glType = GL_RGBA8; in DrawImage()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/src/image/loaders/ |
H A D | gl_util.h | 37 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 D | render_context.cpp | 373 bufferInfo.Format = GL_RGBA8; in AcquireSurface()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/create_pixelmap_surface/src/ |
H A D | pixel_map_from_surface.cpp | 580 GLuint glType = GL_RGBA8; in DrawImage()
|