Home
last modified time | relevance | path

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

/external/skqp/src/gpu/ccpr/
DGrCCCoverageProcessor_VSImpl.cpp499 GrSLType xySLType; in initVS() local
507 xySLType = kFloat4_GrSLType; in initVS()
515 xySLType = kFloat3_GrSLType; in initVS()
517 fInstanceAttributes[kInstanceAttribIdx_X] = {"X", xyAttribType, xySLType}; in initVS()
518 fInstanceAttributes[kInstanceAttribIdx_Y] = {"Y", xyAttribType, xySLType}; in initVS()