Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/mock/
DGrMockCaps.h26 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
/third_party/skia/src/gpu/mock/
DGrMockCaps.h28 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
/third_party/flutter/skia/src/gpu/
DGrCaps.h138 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()
532 int fMaxVertexAttributes; variable
DGrCaps.cpp58 fMaxVertexAttributes = 0; in GrCaps()
215 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
/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/flutter/skia/include/gpu/mock/
DGrMockTypes.h101 int fMaxVertexAttributes = 16; member
/third_party/skia/include/gpu/mock/
DGrMockTypes.h127 int fMaxVertexAttributes = 16; member
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnCaps.cpp15 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
/third_party/skia/src/gpu/dawn/
DGrDawnCaps.cpp20 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
/third_party/flutter/skia/src/gpu/vk/
DGrVkCaps.cpp452 fMaxVertexAttributes = SkTMin(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()
498 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/third_party/skia/src/gpu/vk/
DGrVkCaps.cpp577 fMaxVertexAttributes = std::min(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()
612fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/third_party/skia/src/gpu/d3d/
DGrD3DCaps.cpp187 fMaxVertexAttributes = 32; in initGrCaps()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm183 fMaxVertexAttributes = 31;
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm318 fMaxVertexAttributes = 31;
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp99 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp118 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()