Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/gl/builders/
DGrGLVertexShaderBuilder.h62 struct AttributePair { struct
/external/skia/src/gpu/gl/
DGrGLShaderBuilder.h486 struct AttributePair { struct
493 SkSTArray<10, AttributePair, true> fEffectAttributes; argument
DGrGLShaderBuilder.cpp961 const AttributePair* attribEnd = fEffectAttributes.end(); in getEffectAttributeName()
962 for (const AttributePair* attrib = fEffectAttributes.begin(); attrib != attribEnd; ++attrib) { in getEffectAttributeName()
1063 const AttributePair* attribEnd = fEffectAttributes.end(); in bindProgramLocations()
1064 for (const AttributePair* attrib = fEffectAttributes.begin(); attrib != attribEnd; ++attrib) { in bindProgramLocations()