Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:maxCombinedTextureImageUnits

45         if (texture < GL_TEXTURE0 || texture > GL_TEXTURE0 + context->getCaps().maxCombinedTextureImageUnits - 1)
7686 if (unit >= context->getCaps().maxCombinedTextureImageUnits)