/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_overloads.h | 38 static napi_value TexSubImage2D(napi_env env, napi_callback_info info);
|
H A D | webgl2_rendering_context_overloads.h | 42 static napi_value TexSubImage2D(napi_env env, napi_callback_info info);
|
H A D | webgl_rendering_context_base_impl.h | 133 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 D | webgl_rendering_context.cpp | 61 NVal::DeclareNapiFunction("texSubImage2D", WebGLRenderingContextOverloads::TexSubImage2D), in Export()
|
H A D | webgl_rendering_context_overloads.cpp | 403 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 D | webgl_rendering_context_draw.cpp | 170 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 D | webgl2_rendering_context.cpp | 1459 NVal::DeclareNapiFunction("texSubImage2D", WebGLRenderingContextOverloads::TexSubImage2D), in Export()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 232 …void TexSubImage2D(uint32_t image, uint32_t target, uint32_t level, const BASE_NS::Math::UVec2& of…
|
H A D | render_backend_gles.cpp | 452 …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 D | device_gles.cpp | 1699 void DeviceGLES::TexSubImage2D(uint32_t image, uint32_t target, uint32_t level, const Math::UVec2& … in TexSubImage2D() function in DeviceGLES
|