Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/api/render/gles/
H A Dintf_device_gles.h85 int32_t maxColorAttachments; member
333 int32_t maxColorAttachments; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/gles/
H A Drender_backend_gles.cpp2759 GLuint maxColorAttachments; in PrimeBlendState() local
2760 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, (GLint*)&maxColorAttachments); in PrimeBlendState()
2761maxColorAttachments = BASE_NS::Math::min(PipelineStateConstants::MAX_COLOR_ATTACHMENT_COUNT, maxCo… in PrimeBlendState()
2762 for (GLuint i = 0; i < maxColorAttachments; i++) { in PrimeBlendState()
H A Dwgl_state.cpp284 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &properties.maxColorAttachments); in FillProperties()
H A Degl_state.cpp376 glGetIntegerv(GL_MAX_COLOR_ATTACHMENTS, &properties.maxColorAttachments); in FillProperties()