HomeSort by relevance Sort by last modified time
    Searched refs:getMaximumRenderTargets (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/angle/src/libGLESv2/
validationES3.cpp 465 if (colorAttachment >= context->getMaximumRenderTargets())
726 if (attachments[i] >= GL_COLOR_ATTACHMENT0 + context->getMaximumRenderTargets())
validationES.cpp 341 if (colorAttachment >= context->getMaximumRenderTargets())
    [all...]
Context.h 415 unsigned int getMaximumRenderTargets() const;
validationES2.cpp 854 if (colorAttachment >= context->getMaximumRenderTargets())
libGLESv2.cpp     [all...]
Context.cpp     [all...]

Completed in 1388 milliseconds