Searched refs:getInstanceAttrib (Results 1 – 2 of 2) sorted by relevance
63 this->getInstanceAttrib(InstanceAttribs::kDevBounds).fOffsetInRecord); in GrCCPRPathProcessor()65 this->getInstanceAttrib(InstanceAttribs::kDevBounds45).fOffsetInRecord); in GrCCPRPathProcessor()67 this->getInstanceAttrib(InstanceAttribs::kViewMatrix).fOffsetInRecord); in GrCCPRPathProcessor()69 this->getInstanceAttrib(InstanceAttribs::kViewTranslate).fOffsetInRecord); in GrCCPRPathProcessor()71 this->getInstanceAttrib(InstanceAttribs::kAtlasOffset).fOffsetInRecord); in GrCCPRPathProcessor()73 this->getInstanceAttrib(InstanceAttribs::kColor).fOffsetInRecord); in GrCCPRPathProcessor()130 varyingHandler->addFlatPassThroughAttribute(&proc.getInstanceAttrib(InstanceAttribs::kColor), in onEmitCode()144 proc.getInstanceAttrib(InstanceAttribs::kDevBounds).fName, in onEmitCode()145 proc.getInstanceAttrib(InstanceAttribs::kDevBounds).fName); in onEmitCode()151 proc.getInstanceAttrib(InstanceAttribs::kDevBounds45).fName, in onEmitCode()[all …]
63 const Attribute& getInstanceAttrib(InstanceAttribs attribID) const { in getInstanceAttrib() function