Searched refs:InstanceAttribs (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCCPathProcessor.cpp96 this->getInstanceAttrib(InstanceAttribs::kDevBounds).fOffsetInRecord);
98 this->getInstanceAttrib(InstanceAttribs::kDevBounds45).fOffsetInRecord);
100 this->getInstanceAttrib(InstanceAttribs::kViewMatrix).fOffsetInRecord);
102 this->getInstanceAttrib(InstanceAttribs::kViewTranslate).fOffsetInRecord);
104 this->getInstanceAttrib(InstanceAttribs::kAtlasOffset).fOffsetInRecord);
106 this->getInstanceAttrib(InstanceAttribs::kColor).fOffsetInRecord);
148 using InstanceAttribs = GrCCPathProcessor::InstanceAttribs;
165 varyingHandler->addPassThroughAttribute(&proc.getInstanceAttrib(InstanceAttribs::kColor),
183 proc.getInstanceAttrib(InstanceAttribs
[all...]
H A DGrCCPathProcessor.h29 enum class InstanceAttribs { class in class:GrCCPathProcessor
37 static constexpr int kNumInstanceAttribs = 1 + (int)InstanceAttribs::kColor;
67 const Attribute& getInstanceAttrib(InstanceAttribs attribID) const {
/external/skqp/src/gpu/ccpr/
H A DGrCCPathProcessor.cpp96 this->getInstanceAttrib(InstanceAttribs::kDevBounds).fOffsetInRecord);
98 this->getInstanceAttrib(InstanceAttribs::kDevBounds45).fOffsetInRecord);
100 this->getInstanceAttrib(InstanceAttribs::kViewMatrix).fOffsetInRecord);
102 this->getInstanceAttrib(InstanceAttribs::kViewTranslate).fOffsetInRecord);
104 this->getInstanceAttrib(InstanceAttribs::kAtlasOffset).fOffsetInRecord);
106 this->getInstanceAttrib(InstanceAttribs::kColor).fOffsetInRecord);
148 using InstanceAttribs = GrCCPathProcessor::InstanceAttribs;
163 varyingHandler->addFlatPassThroughAttribute(&proc.getInstanceAttrib(InstanceAttribs::kColor),
181 proc.getInstanceAttrib(InstanceAttribs
[all...]
H A DGrCCPathProcessor.h29 enum class InstanceAttribs { class in class:GrCCPathProcessor
37 static constexpr int kNumInstanceAttribs = 1 + (int)InstanceAttribs::kColor;
67 const Attribute& getInstanceAttrib(InstanceAttribs attribID) const {

Completed in 241 milliseconds