Home
last modified time | relevance | path

Searched defs:maxVertexAttributes (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/graphite/vk/
H A DVulkanCaps.h95 uint32_t maxVertexAttributes() const { in maxVertexAttributes() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrCaps.h222 int maxVertexAttributes() const { return fMaxVertexAttributes; } in maxVertexAttributes() function
/aosp_15_r20/external/angle/src/libANGLE/
H A DCaps.h288 GLint maxVertexAttributes = 0; member