Searched refs:getMaximumRenderTargets (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DContext.h369 unsigned int getMaximumRenderTargets() const;
H A DlibGLESv2.cpp2405 if (colorAttachment >= context->getMaximumRenderTargets())
2454 if (colorAttachment >= context->getMaximumRenderTargets())
2551 if (colorAttachment >= context->getMaximumRenderTargets())
3243 if (colorAttachment >= context->getMaximumRenderTargets())
6973 if (n < 0 || (unsigned int)n > context->getMaximumRenderTargets())
7009 for (int colorAttachment = n; colorAttachment < (int)context->getMaximumRenderTargets(); colorAttachment++)
H A DContext.cpp2175 unsigned int Context::getMaximumRenderTargets() const function in class:gl::Context

Completed in 125 milliseconds