Home
last modified time | relevance | path

Searched refs:bindTexture (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample/
H A Dshadow_demo.js84 gl.bindTexture(gl.TEXTURE_2D, fbo.texture);
142 gl.bindTexture(gl.TEXTURE_2D, o.texture);
319 gl.bindTexture(gl.TEXTURE_2D, texture);
340 gl.bindTexture(gl.TEXTURE_2D, null);
H A Dtexture_2d_demo.js70 gl.bindTexture(gl.TEXTURE_2D, texture);
H A Dcube_demo.js134 gl.bindTexture(gl.TEXTURE_2D, texture);
H A Dpanorama_demo.js78 gl.bindTexture(gl.TEXTURE_2D, texture);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/
H A Dshadow2_demo.js86 gl.bindTexture(gl.TEXTURE_2D, fbo.texture);
144 gl.bindTexture(gl.TEXTURE_2D, o.texture);
321 gl.bindTexture(gl.TEXTURE_2D, texture);
342 gl.bindTexture(gl.TEXTURE_2D, null);
H A Dcube2_demo.js134 gl.bindTexture(gl.TEXTURE_2D, texture);
H A Dpanorama2_demo.js81 gl.bindTexture(gl.TEXTURE_2D, texture);
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/
H A DXTexture.js46 gl.bindTexture(gl.TEXTURE_2D, tex);
250 gl.bindTexture(gl.TEXTURE_2D, this.ximages[rid].tex);
H A DX2DFast.js241 gl.bindTexture(gl.TEXTURE_2D, XTexture.gi().ximages[rid].tex);
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/utils/
H A DPlaneShape.js171 gl.bindTexture(gl.TEXTURE_2D, this.texture);
H A DCubeShape.js298 gl.bindTexture(gl.TEXTURE_2D, this.texture);
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.h181 uint32_t bindTexture; member
H A Drender_backend_gles.cpp2555 auto bindTexture = [this](uint32_t textureUnit, const GpuImagePlatformDataGL& dplat) { in BindResources() local
2558 ++perfCounters_.bindTexture; in BindResources()
2607 bindTexture(binding, dplat); in BindResources()
2732 perfData->UpdateData(name, "Backend_Count_BindTexture", perfCounters_.bindTexture); in CopyPerfTimeStamp()
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md503 | webgl | WebGLRenderingContextBase | bindTexture(target: GLenum, texture: WebGLTexture \| null): v…
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/
H A Djs-apidiff-graphic.md503 | webgl | WebGLRenderingContextBase | bindTexture(target: GLenum, texture: WebGLTexture \| null): v…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-graphic.md338 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindTexture(target: GLenum, texture: We…
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-graphic.md338 …<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindTexture(target: GLenum,…