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 D | shadow_demo.js | 84 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 D | texture_2d_demo.js | 70 gl.bindTexture(gl.TEXTURE_2D, texture);
|
H A D | cube_demo.js | 134 gl.bindTexture(gl.TEXTURE_2D, texture);
|
H A D | panorama_demo.js | 78 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 D | shadow2_demo.js | 86 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 D | cube2_demo.js | 134 gl.bindTexture(gl.TEXTURE_2D, texture);
|
H A D | panorama2_demo.js | 81 gl.bindTexture(gl.TEXTURE_2D, texture);
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/engine/graphics/ |
H A D | XTexture.js | 46 gl.bindTexture(gl.TEXTURE_2D, tex); 250 gl.bindTexture(gl.TEXTURE_2D, this.ximages[rid].tex);
|
H A D | X2DFast.js | 241 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 D | PlaneShape.js | 171 gl.bindTexture(gl.TEXTURE_2D, this.texture);
|
H A D | CubeShape.js | 298 gl.bindTexture(gl.TEXTURE_2D, this.texture);
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | render_backend_gles.h | 181 uint32_t bindTexture; member
|
H A D | render_backend_gles.cpp | 2555 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 D | js-apidiff-graphic.md | 503 | webgl | WebGLRenderingContextBase | bindTexture(target: GLenum, texture: WebGLTexture \| null): v…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 503 | webgl | WebGLRenderingContextBase | bindTexture(target: GLenum, texture: WebGLTexture \| null): v…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 338 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:bindTexture(target: GLenum, texture: We…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 338 …<br>Class name: WebGLRenderingContextBase<br>Method or attribute name: bindTexture(target: GLenum,…
|