Home
last modified time | relevance | path

Searched refs:GetAttachment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp319 WebGLAttachment* depthAttachment = frameBuffer->GetAttachment(GL_DEPTH_ATTACHMENT); in GetFrameBufferAttachmentParameter()
320 WebGLAttachment* stencilAttachment = frameBuffer->GetAttachment(GL_STENCIL_ATTACHMENT); in GetFrameBufferAttachmentParameter()
328 attachmentObject = frameBuffer->GetAttachment(attachment); in GetFrameBufferAttachmentParameter()
H A Dwebgl_framebuffer.cpp158 WebGLAttachment* WebGLFramebuffer::GetAttachment(GLenum attachment) const in GetAttachment() function in OHOS::Rosen::WebGLFramebuffer
H A Dwebgl_rendering_context_draw.cpp1151 WebGLAttachment* attachedObject = frameBuffer->GetAttachment(mode); in GetReadBufferFormatAndType()
H A Dwebgl_rendering_context_base_impl.cpp2794 …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 Dwebgl_framebuffer.h116 WebGLAttachment* GetAttachment(GLenum attachment) const;