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

  /external/skia/gpu/include/
GrContext_impl.h 47 bool hasTexCoords[GrPaint::kTotalStages] = {
51 GrVertexLayout layout = PaintStageVertexLayoutBits(paint, hasTexCoords);
GrContext.h 590 // unless hasTexCoords[s]==true in which case stage s's input coords
591 // are bound to tex coord index s. hasTexCoords == NULL is a shortcut
595 const bool hasTexCoords[GrPaint::kTotalStages]);
  /external/skia/gpu/src/
GrContext.cpp 117 const bool hasTexCoords[GrPaint::kTotalStages]) {
122 if (NULL != hasTexCoords && hasTexCoords[i]) {
    [all...]

Completed in 25 milliseconds