Searched refs:GetWebGLAttachmentInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | webgl_framebuffer.cpp | 237 bool WebGLFramebuffer::GetWebGLAttachmentInfo(napi_env env, Impl::WebGLRenderingContextBaseImpl* co… in GetWebGLAttachmentInfo() function in OHOS::Rosen::WebGLFramebuffer 314 if (!GetWebGLAttachmentInfo(env, context, attachedObject, info)) { in CheckStatus()
|
H A D | webgl_rendering_context_draw.cpp | 1157 if (!frameBuffer->GetWebGLAttachmentInfo(env, this, attachedObject, info)) { in GetReadBufferFormatAndType()
|
H A D | webgl_rendering_context_base_impl.cpp | 2794 …if (frameBuffer->GetWebGLAttachmentInfo(env, this, frameBuffer->GetAttachment(GL_COLOR_ATTACHMENT0… in GetBoundFrameBufferColorFormat()
|
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/webgl/ |
H A D | webgl_framebuffer.h | 123 bool GetWebGLAttachmentInfo(napi_env env, Impl::WebGLRenderingContextBaseImpl* context,
|