Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_texture.cpp67 int64_t WebGLTexture::ComputeTextureLevel(int64_t width, int64_t height, int64_t depth) in ComputeTextureLevel() function in OHOS::Rosen::WebGLTexture
94 maxTextureLevel = ComputeTextureLevel(max, max, 1); in GetMaxTextureLevelForTarget()
108 maxCubeMapTextureLevel = ComputeTextureLevel(max, max, 1); in GetMaxTextureLevelForTarget()
119 max3DTextureLevel = ComputeTextureLevel(max, max, 1); in GetMaxTextureLevelForTarget()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_texture.h93 static int64_t ComputeTextureLevel(int64_t width, int64_t height, int64_t depth);