Home
last modified time | relevance | path

Searched refs:GetMaxColorAttachments (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dwebgl2_rendering_context_override.cpp202 attachment < static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + GetMaxColorAttachments())) { in CheckGetFrameBufferAttachmentParameter()
H A Dwebgl_rendering_context_base_impl.cpp2346 static_cast<GLenum>(GetMaxColorAttachments())) { in CheckAttachment()
2826 …e > static_cast<GLenum>(WebGLRenderingContextBase::COLOR_ATTACHMENT0 + GetMaxColorAttachments())) { in CheckReadBufferMode()
2835 GLint WebGLRenderingContextBaseImpl::GetMaxColorAttachments() in GetMaxColorAttachments() function in OHOS::Rosen::Impl::WebGLRenderingContextBaseImpl
H A Dwebgl2_rendering_context.cpp811 static napi_value GetMaxColorAttachments(napi_env env, napi_callback_info info) in GetMaxColorAttachments() function
1640 NVal::DeclareNapiGetter("MAX_COLOR_ATTACHMENTS", GetMaxColorAttachments), in Export()
/ohos5.0/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/context/
H A Dwebgl_rendering_context_base_impl.h253 GLint GetMaxColorAttachments();