Home
last modified time | relevance | path

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

/external/skia/src/gpu/mock/
DGrMockCaps.h26 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
/external/skqp/src/gpu/mock/
DGrMockCaps.h26 fMaxVertexAttributes = options.fMaxVertexAttributes; in GrMockCaps()
/external/skia/src/gpu/
DGrCaps.h134 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()
379 int fMaxVertexAttributes; variable
DGrCaps.cpp50 fMaxVertexAttributes = 0; in GrCaps()
219 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
/external/skqp/src/gpu/
DGrCaps.h134 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes()
381 int fMaxVertexAttributes; variable
DGrCaps.cpp50 fMaxVertexAttributes = 0; in GrCaps()
218 writer->appendS32("Max Vertex Attributes", fMaxVertexAttributes); in dumpJSON()
/external/skqp/include/gpu/mock/
DGrMockTypes.h61 int fMaxVertexAttributes = 16; member
/external/skia/include/gpu/mock/
DGrMockTypes.h61 int fMaxVertexAttributes = 16; member
/external/skqp/src/gpu/vk/
DGrVkCaps.cpp393 fMaxVertexAttributes = SkTMin(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()
439 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp444 fMaxVertexAttributes = SkTMin(fMaxVertexAttributes, 32); in applyDriverCorrectnessWorkarounds()
490 fMaxVertexAttributes = SkTMin(properties.limits.maxVertexInputAttributes, kMaxVertexAttributes); in initGrCaps()
/external/skqp/src/gpu/mtl/
DGrMtlCaps.mm196 fMaxVertexAttributes = 31;
/external/skia/src/gpu/mtl/
DGrMtlCaps.mm196 fMaxVertexAttributes = 31;
/external/skqp/src/gpu/gl/
DGrGLCaps.cpp104 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp104 GR_GL_GetIntegerv(gli, GR_GL_MAX_VERTEX_ATTRIBS, &fMaxVertexAttributes); in init()