HomeSort by relevance Sort by last modified time
    Searched full:texcoordattrs (Results 1 - 1 of 1) sorted by null

  /external/skia/src/gpu/gl/
GrGLProgram.cpp 588 SkString texCoordAttrs[GrDrawState::kMaxTexCoords];
591 tex_attr_name(t, texCoordAttrs + t);
594 texCoordAttrs[t].c_str());
619 GrAssert(texCoordAttrs[tcIdx].size());
620 inCoords = texCoordAttrs[tcIdx].c_str();
717 GrAssert(texCoordAttrs[tcIdx].size());
718 inCoords = texCoordAttrs[tcIdx].c_str();
802 texCoordAttrs,
    [all...]

Completed in 42 milliseconds