Home
last modified time | relevance | path

Searched refs:GetBoundTexture (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context_draw.cpp48 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexImage2D()
102 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexImage2D()
133 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexImage2D()
173 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexSubImage2D()
194 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexSubImage2D()
245 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexSubImage2D()
510 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CheckCompressedTexImage2D()
549 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexImage2D()
589 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexImage2D()
610 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CheckCompressedTexSubImage2D()
[all …]
H A Dwebgl2_rendering_context_impl.cpp658 WebGLTexture* texture = GetBoundTexture(env, arg.target, false); in TexStorage2D()
685 WebGLTexture* texture = GetBoundTexture(env, arg.target, false); in TexStorage3D()
716 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexImage3D()
777 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in TexImage3D()
816 WebGLTexture* texture = GetBoundTexture(env, arg.target, false); in CheckTexSubImage3D()
943 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexImage3D()
963 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexImage3D()
997 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexSubImage3D()
1016 WebGLTexture* texture = GetBoundTexture(env, imgArg.target, true); in CompressedTexSubImage3D()
1939 WebGLTexture* texture = GetBoundTexture(env, arg.target, false); in CheckTexStorage()
H A Dwebgl2_rendering_context_override.cpp139 if (GetBoundTexture(env, target, false) == nullptr) { in GetTexParameter()
H A Dwebgl_rendering_context_base_impl.cpp1505 WebGLTexture* webGLTexture = GetBoundTexture(env, target, false); in GenerateMipmap()
1994 WebGLTexture* textuer = GetBoundTexture(env, target, false); in CheckTexParameter()
2062 WebGLTexture* texture = GetBoundTexture(env, target, false); in GetTexParameter()
2354 WebGLTexture* WebGLRenderingContextBaseImpl::GetBoundTexture(napi_env env, GLenum target, bool cube… in GetBoundTexture() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h279 WebGLTexture* GetBoundTexture(napi_env env, GLenum target, bool cubeMapExt);