Searched refs:fMaxVertexAttributes (Results 1 – 16 of 16) sorted by relevance
/external/skqp/src/gpu/mock/ |
D | GrMockCaps.h | 26 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
|
/external/skqp/src/gpu/ |
D | GrCaps.h | 134 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() 381 int fMaxVertexAttributes; variable
|
D | GrCaps.cpp | 50 fMaxVertexAttributes = 0; in GrCaps() 218 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 28 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
|
/external/skqp/include/gpu/mock/ |
D | GrMockTypes.h | 61 int fMaxVertexAttributes = 16; member
|
/external/skia/src/gpu/ |
D | GrCaps.h | 194 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() 567 int fMaxVertexAttributes; variable
|
D | GrCaps.cpp | 66 fMaxVertexAttributes = 0; in GrCaps() 249 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
|
/external/skia/include/gpu/mock/ |
D | GrMockTypes.h | 118 int fMaxVertexAttributes = 16; member
|
/external/skqp/src/gpu/vk/ |
D | GrVkCaps.cpp | 432 fMaxVertexAttributes = SkTMin(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds() 478 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnCaps.cpp | 20 fMaxVertexAttributes = 16; // FIXME in GrDawnCaps()
|
/external/skia/src/gpu/vk/ |
D | GrVkCaps.cpp | 570 fMaxVertexAttributes = std::min(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds() 605 … fMaxVertexAttributes = std::min(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlCaps.mm | 196 fMaxVertexAttributes = 31;
|
/external/skia/src/gpu/d3d/ |
D | GrD3DCaps.cpp | 176 fMaxVertexAttributes = 32; in initGrCaps()
|
/external/skia/src/gpu/mtl/ |
D | GrMtlCaps.mm | 270 fMaxVertexAttributes = 31;
|
/external/skqp/src/gpu/gl/ |
D | GrGLCaps.cpp | 104 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
|
/external/skia/src/gpu/gl/ |
D | GrGLCaps.cpp | 101 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
|