Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrTypesPriv.h217 kInt_GrVertexAttribType, enumerator
239 GR_STATIC_ASSERT(7 == kInt_GrVertexAttribType); in GrVertexAttribTypeVectorCount()
268 GR_STATIC_ASSERT(7 == kInt_GrVertexAttribType); in GrVertexAttribTypeSize()
278 return type >= kInt_GrVertexAttribType; in GrVertexAttribTypeIsIntType()
287 GR_STATIC_ASSERT(7 == kInt_GrVertexAttribType); in GrVertexAttribTypeIsIntType()
311 case kInt_GrVertexAttribType: in GrVertexAttribTypeToSLType()
/external/skia/src/gpu/gl/
DGrGLVertexArray.cpp36 GR_STATIC_ASSERT(7 == kInt_GrVertexAttribType);
/external/skia/src/gpu/batches/
DGrPLSPathRenderer.cpp431 fInWindings = &this->addVertexAttrib(Attribute("inWindings", kInt_GrVertexAttribType, in PLSAATriangleEffect()
620 fInWindings = &this->addVertexAttrib(Attribute("inWindings", kInt_GrVertexAttribType, in PLSQuadEdgeEffect()