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

  /external/skia/include/private/
GrTypesPriv.h 327 kVec2us_GrVertexAttribType, // vector of 2 shorts, e.g. texture coordinates
359 case kVec2us_GrVertexAttribType:
393 case kVec2us_GrVertexAttribType:
412 case kVec2us_GrVertexAttribType:
  /external/skia/src/gpu/gl/
GrGLVertexArray.cpp 40 case kVec2us_GrVertexAttribType:
  /external/skia/src/gpu/effects/
GrBitmapTextGeoProc.cpp 135 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kVec2us_GrVertexAttribType,
GrDistanceFieldGeoProc.cpp 252 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kVec2us_GrVertexAttribType,
494 fInTextureCoords = &this->addVertexAttrib("inTextureCoords", kVec2us_GrVertexAttribType);
    [all...]
  /external/skia/src/gpu/vk/
GrVkPipeline.cpp 37 case kVec2us_GrVertexAttribType:

Completed in 77 milliseconds