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

  /external/skia/include/gpu/
GrContext.h 744 // unless hasTexCoords[s]==true in which case stage s's input coords
745 // are bound to tex coord index s. hasTexCoords == NULL is a shortcut
749 const bool hasTexCoords[GrPaint::kTotalStages]);
    [all...]
  /external/skia/src/gpu/
GrContext.cpp 122 const bool hasTexCoords[GrPaint::kTotalStages]) {
127 if (NULL != hasTexCoords && hasTexCoords[i]) {
    [all...]

Completed in 45 milliseconds