Home
last modified time | relevance | path

Searched refs:fMaxVertexAttributes (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockCaps.h28 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
/third_party/skia/src/gpu/
DGrCaps.h193 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()
596 int fMaxVertexAttributes; variable
DGrCaps.cpp65 fMaxVertexAttributes = 0; in GrCaps()
258 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
/third_party/skia/include/gpu/mock/
DGrMockTypes.h127 int fMaxVertexAttributes = 16; member
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp20 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp588 fMaxVertexAttributes = std::min(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()
623fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp187 fMaxVertexAttributes = 32; in initGrCaps()
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm318 fMaxVertexAttributes = 31;
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp118 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()