Searched refs:COLOR_ATTACHMENT0 (Results 1 – 10 of 10) 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 | 332 gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, texture, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/webgl/entry/src/main/js/MainAbility/pages/index/sample2/ |
H A D | shadow2_demo.js | 334 gl.framebufferTexture2D(gl.FRAMEBUFFER, gl.COLOR_ATTACHMENT0, gl.TEXTURE_2D, texture, 0);
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_rendering_context_base_impl.cpp | 2338 static const std::vector<GLenum> glSupport = { WebGLRenderingContextBase::COLOR_ATTACHMENT0, in CheckAttachment() 2344 if (attachment < WebGLRenderingContextBase::COLOR_ATTACHMENT0 || in CheckAttachment() 2345 attachment > WebGLRenderingContextBase::COLOR_ATTACHMENT0 + in CheckAttachment() 2820 case WebGLRenderingContextBase::COLOR_ATTACHMENT0: in CheckReadBufferMode() 2823 if (mode < WebGLRenderingContextBase::COLOR_ATTACHMENT0) { in CheckReadBufferMode() 2826 …if (mode > static_cast<GLenum>(WebGLRenderingContextBase::COLOR_ATTACHMENT0 + GetMaxColorAttachmen… in CheckReadBufferMode()
|
H A D | webgl_rendering_context_common.cpp | 1417 return NVal::CreateInt64(env, WebGLRenderingContextBase::COLOR_ATTACHMENT0).val_; in GetColorAttachment0()
|
H A D | webgl2_rendering_context_impl.cpp | 1449 mode = WebGLRenderingContextBase::COLOR_ATTACHMENT0; in ReadBuffer()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl_rendering_context_base.h | 310 static const GLenum COLOR_ATTACHMENT0 = 0x8CE0; variable
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 535 | webgl | WebGLRenderingContextBase | readonly COLOR_ATTACHMENT0: GLenum; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 535 | webgl | WebGLRenderingContextBase | readonly COLOR_ATTACHMENT0: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 306 |删除|模块名: webgl<br>类名: WebGLRenderingContextBase<br>方法 or 属性:readonly COLOR_ATTACHMENT0: GLenum;|NA|…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 306 …me: WebGLRenderingContextBase<br>Method or attribute name: readonly COLOR_ATTACHMENT0: GLenum;|NA|…
|