Home
last modified time | relevance | path

Searched refs:GetGLTextureFormatByBitmapFormat (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_draw_cmd.h307 static GLenum GetGLTextureFormatByBitmapFormat(Drawing::ColorType colorType);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp931 GLenum DrawSurfaceBufferOpItem::GetGLTextureFormatByBitmapFormat(Drawing::ColorType colorType) in GetGLTextureFormatByBitmapFormat() function in OHOS::Rosen::Drawing::DrawSurfaceBufferOpItem
1026 externalTextureInfo.SetFormat(GetGLTextureFormatByBitmapFormat(bitmapFormat.colorType)); in DrawWithGles()