/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl2_rendering_context_override.cpp | 122 return GetObject<WebGLBuffer>(env, boundBufferIds_[BoundBufferType::UNIFORM_BUFFER]); in GetParameter()
|
H A D | webgl_rendering_context_base_impl.cpp | 2555 case WebGL2RenderingContextBase::UNIFORM_BUFFER: in CheckBufferTarget() 2556 index = BoundBufferType::UNIFORM_BUFFER; in CheckBufferTarget()
|
H A D | webgl2_rendering_context.cpp | 1058 return NVal::CreateInt64(env, WebGL2RenderingContextBase::UNIFORM_BUFFER).val_; in GetUniformBuffer()
|
H A D | webgl2_rendering_context_impl.cpp | 2070 boundBufferIds_[BoundBufferType::UNIFORM_BUFFER] = bufferId; in UpdateBaseTargetBoundBuffer()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/ |
H A D | device_gles.h | 261 UNIFORM_BUFFER, enumerator
|
H A D | device_gles.cpp | 919 return BufferTargetId::UNIFORM_BUFFER; in GenericTargetToTargetId() 955 } else if (target == BufferTargetId::UNIFORM_BUFFER) { in GenericTargetIdToTarget()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/ |
H A D | webgl2_rendering_context_base.h | 237 static const GLenum UNIFORM_BUFFER = 0x8A11; variable
|
H A D | webgl_rendering_context_base_impl.h | 62 UNIFORM_BUFFER, enumerator
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 405 UNIFORM_BUFFER = 6, enumerator 1022 processResource(compiler, ref, shaderStateFlags, DescriptorType::UNIFORM_BUFFER, layouts); in reflectDescriptorSets()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-graphic.md | 208 |新增|NA|方法名 or 属性名:UNIFORM_BUFFER<br>函数:readonly UNIFORM_BUFFER: webgl.GLenum;|webgl2.d.ts|
|
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/ |
H A D | js-apidiff-graphic.md | 208 |Added|NA|Method or attribute name: UNIFORM_BUFFER<br>Function name: readonly UNIFORM_BUFFER: webgl…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 294 …ContextBase;<br>方法or属性:readonly UNIFORM_BUFFER: GLenum;|类名:WebGL2RenderingContextBase;<br>方法or属性:r…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 172 | webgl2 | WebGL2RenderingContextBase | readonly UNIFORM_BUFFER: GLenum; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/ |
H A D | js-apidiff-graphic.md | 294 …te name: readonly UNIFORM_BUFFER: GLenum;|Class name: WebGL2RenderingContextBase;<br>Method or att…
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-graphic.md | 172 | webgl2 | WebGL2RenderingContextBase | readonly UNIFORM_BUFFER: GLenum; | Added|
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 680 |删除|模块名: webgl2<br>类名: WebGL2RenderingContextBase<br>方法 or 属性:readonly UNIFORM_BUFFER: webgl.GLenum…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-graphic.md | 680 …me: WebGL2RenderingContextBase<br>Method or attribute name: readonly UNIFORM_BUFFER: webgl.GLenum;…
|