Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:getUniformLocation

242 GLint Program::getUniformLocation(const char *name, bool decorated)
1539 mDxDepthRangeLocation = getUniformLocation("dx_DepthRange", true);
1540 mDxDepthLocation = getUniformLocation("dx_Depth", true);
1541 mDxViewportLocation = getUniformLocation("dx_Viewport", true);
1542 mDxHalfPixelSizeLocation = getUniformLocation("dx_HalfPixelSize", true);
1543 mDxFrontCCWLocation = getUniformLocation("dx_FrontCCW", true);
1544 mDxPointsOrLinesLocation = getUniformLocation("dx_PointsOrLines", true);
1720 GLint location = getUniformLocation(name.c_str(), true);