Home
last modified time | relevance | path

Searched refs:isHighWebGL (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl_framebuffer.cpp277 bool WebGLFramebuffer::CheckAttachmentComplete(bool isHighWebGL, WebGLAttachment* attachedObject, in CheckAttachmentComplete() argument
282 if (!IsDepthRenderAble(info.format, isHighWebGL)) { in CheckAttachmentComplete()
289 if (!IsStencilRenderAble(info.format, isHighWebGL)) { in CheckAttachmentComplete()
H A Dwebgl_rendering_context_base_impl.cpp1628 bool isHighWebGL, const WebGLReadBufferArg& readData, const UniformExtInfo* info) in CheckUniformDataInfo() argument
1636 if (isHighWebGL) { in CheckUniformDataInfo()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/
H A Dwebgl_framebuffer.h127 bool CheckAttachmentComplete(bool isHighWebGL, WebGLAttachment* attachedObject,