Searched refs:fMaxVertexAttributes (Results 1 – 17 of 17) sorted by relevance
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockCaps.h | 26 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
|
/third_party/skia/src/gpu/mock/ |
D | GrMockCaps.h | 28 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
|
/third_party/flutter/skia/src/gpu/ |
D | GrCaps.h | 138 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() 532 int fMaxVertexAttributes; variable
|
D | GrCaps.cpp | 58 fMaxVertexAttributes = 0; in GrCaps() 215 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
|
/third_party/skia/src/gpu/ |
D | GrCaps.h | 193 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() 596 int fMaxVertexAttributes; variable
|
D | GrCaps.cpp | 65 fMaxVertexAttributes = 0; in GrCaps() 258 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
|
/third_party/flutter/skia/include/gpu/mock/ |
D | GrMockTypes.h | 101 int fMaxVertexAttributes = 16; member
|
/third_party/skia/include/gpu/mock/ |
D | GrMockTypes.h | 127 int fMaxVertexAttributes = 16; member
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 15 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 20 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 452 fMaxVertexAttributes = SkTMin(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds() 498 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 577 fMaxVertexAttributes = std::min(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds() 612 … fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 187 fMaxVertexAttributes = 32; in initGrCaps()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 183 fMaxVertexAttributes = 31;
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 318 fMaxVertexAttributes = 31;
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 99 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 118 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
|