Searched refs:fMaxVertexAttributes (Results 1 – 9 of 9) sorted by relevance
28 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
193 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()596 int fMaxVertexAttributes; variable
65 fMaxVertexAttributes = 0; in GrCaps()258 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
127 int fMaxVertexAttributes = 16; member
20 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
588 fMaxVertexAttributes = std::min(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()623 … fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
187 fMaxVertexAttributes = 32; in initGrCaps()
318 fMaxVertexAttributes = 31;
118 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()