Home
last modified time | relevance | path

Searched defs:gInstances (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp434 …int gInstances = m_numInstances / ATTRIB_DIVISOR_G + (m_numInstances % ATTRIB_DIVISOR_G == 0 ? 0 :… in init() local
608 int gInstances = m_instancingType == TYPE_ATTRIB_DIVISOR || m_instancingType == TYPE_MIXED ? in computeReference() local
/aosp_15_r20/system/tools/hidl/test/lazy_test/
Dhidl_lazy_test.cpp54 static std::vector<FqInstance> gInstances; variable