Searched refs:getMaximumRenderTargets (Results 1 – 6 of 6) sorted by relevance
465 if (colorAttachment >= context->getMaximumRenderTargets()) in ValidateES3FramebufferTextureParameters()726 if (attachments[i] >= GL_COLOR_ATTACHMENT0 + context->getMaximumRenderTargets()) in ValidateInvalidateFramebufferParameters()
341 if (colorAttachment >= context->getMaximumRenderTargets()) in ValidateFramebufferRenderbufferParameters()1055 if (colorAttachment >= context->getMaximumRenderTargets()) in ValidateStateQuery()
854 if (colorAttachment >= context->getMaximumRenderTargets()) in ValidateES2FramebufferTextureParameters()
415 unsigned int getMaximumRenderTargets() const;
2680 (attachment - GL_COLOR_ATTACHMENT0_EXT) >= context->getMaximumRenderTargets()) in glGetFramebufferAttachmentParameteriv()7947 … if (drawbuffer < 0 || drawbuffer >= static_cast<GLint>(context->getMaximumRenderTargets())) in glClearBufferiv()7990 … if (drawbuffer < 0 || drawbuffer >= static_cast<GLint>(context->getMaximumRenderTargets())) in glClearBufferuiv()8027 … if (drawbuffer < 0 || drawbuffer >= static_cast<GLint>(context->getMaximumRenderTargets())) in glClearBufferfv()9899 if (n < 0 || (unsigned int)n > context->getMaximumRenderTargets()) in glDrawBuffersEXT()9935 …for (int colorAttachment = n; colorAttachment < (int)context->getMaximumRenderTargets(); colorAtta… in glDrawBuffersEXT()
3186 unsigned int Context::getMaximumRenderTargets() const in getMaximumRenderTargets() function in gl::Context