HomeSort by relevance Sort by last modified time
    Searched defs:maxVaryingVectors (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/driver/
rsdGL.h 53 int32_t maxVaryingVectors;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Program.cpp 1003 const int maxVaryingVectors = context->getMaximumVaryingVectors();
1013 for (int r = 0; r <= maxVaryingVectors - n && !success; r++)
1047 for (int r = maxVaryingVectors - n; r >= 0 && !success; r--)
1084 for (int y = 0; y < maxVaryingVectors; y++)
1104 for (int r = 0; r < maxVaryingVectors; r++)
1137 for (int r = 0; r < maxVaryingVectors; r++)
1165 const int maxVaryingVectors = context->getMaximumVaryingVectors();
1167 if (registers == maxVaryingVectors && mFragmentShader->mUsesFragCoord)
    [all...]

Completed in 943 milliseconds