Home
last modified time | relevance | path

Searched refs:TexSubImage2D (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_overloads.h38 static napi_value TexSubImage2D(napi_env env, napi_callback_info info);
H A Dwebgl2_rendering_context_overloads.h42 static napi_value TexSubImage2D(napi_env env, napi_callback_info info);
H A Dwebgl_rendering_context_base_impl.h133 napi_value TexSubImage2D(napi_env env, const TexSubImage2DArg& info, GLintptr pbOffset);
134 …napi_value TexSubImage2D(napi_env env, const TexSubImage2DArg& imgArg, napi_value pixels, GLuint s…
135 napi_value TexSubImage2D(napi_env env, const TexSubImage2DArg& info, napi_value imageData);
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_rendering_context.cpp61 NVal::DeclareNapiFunction("texSubImage2D", WebGLRenderingContextOverloads::TexSubImage2D), in Export()
H A Dwebgl_rendering_context_overloads.cpp403 napi_value WebGLRenderingContextOverloads::TexSubImage2D(napi_env env, napi_callback_info info) in TexSubImage2D() function in OHOS::Rosen::WebGLRenderingContextOverloads
441 … context->GetWebGLRenderingContextImpl().TexSubImage2D(env, imgArg, funcArg[NARG_POS::SEVENTH]); in TexSubImage2D()
467 …return context->GetWebGLRenderingContextImpl().TexSubImage2D(env, imgArg, static_cast<GLintptr>(pb… in TexSubImage2D()
473 …return context->GetWebGLRenderingContextImpl().TexSubImage2D(env, imgArg, funcArg[NARG_POS::NINTH]… in TexSubImage2D()
475 …return context->GetWebGLRenderingContextImpl().TexSubImage2D(env, imgArg, funcArg[NARG_POS::NINTH]… in TexSubImage2D()
H A Dwebgl_rendering_context_draw.cpp170 napi_value WebGLRenderingContextBaseImpl::TexSubImage2D(napi_env env, const TexSubImage2DArg& imgAr… in TexSubImage2D() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
189 napi_value WebGLRenderingContextBaseImpl::TexSubImage2D( in TexSubImage2D() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
241 napi_value WebGLRenderingContextBaseImpl::TexSubImage2D( in TexSubImage2D() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl2_rendering_context.cpp1459 NVal::DeclareNapiFunction("texSubImage2D", WebGLRenderingContextOverloads::TexSubImage2D), in Export()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Ddevice_gles.h232 …void TexSubImage2D(uint32_t image, uint32_t target, uint32_t level, const BASE_NS::Math::UVec2& of…
H A Drender_backend_gles.cpp452 …device_.TexSubImage2D(iPlat.image, iPlat.type, imageSubresource.mipLevel, offset, extent, iPlat.fo… in Blit2D()
513 … device_.TexSubImage2D(iPlat.image, face, imageSubresource.mipLevel, offset, extent, iPlat.format, in BlitCube()
H A Ddevice_gles.cpp1699 void DeviceGLES::TexSubImage2D(uint32_t image, uint32_t target, uint32_t level, const Math::UVec2& … in TexSubImage2D() function in DeviceGLES