Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp-deps/amber/src/dawn/
Dengine_dawn.cc46 static const uint32_t kMaxVertexAttributes = 16u; variable
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h35 static constexpr int kMaxVertexAttributes = 16; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCaps.cpp660 static const uint32_t kMaxVertexAttributes = 64; in initGrCaps() local