Home
last modified time | relevance | path

Searched refs:xyAttribType (Results 1 – 1 of 1) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp498 GrVertexAttribType xyAttribType; in initVS() local
506 xyAttribType = kFloat4_GrVertexAttribType; in initVS()
514 xyAttribType = kFloat3_GrVertexAttribType; in initVS()
517 fInstanceAttributes[kInstanceAttribIdx_X] = {"X", xyAttribType, xySLType}; in initVS()
518 fInstanceAttributes[kInstanceAttribIdx_Y] = {"Y", xyAttribType, xySLType}; in initVS()