Home
last modified time | relevance | path

Searched refs:useVao (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp1148 …nder (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale,… in render() argument
1167 if (useVao) in render()
1206 if (useVao) in render()
2019 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate() local
2108 …r(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, color… in iterate()
2109 …r(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, color… in iterate()
DglsDrawTest.cpp1836 …renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled);
1863 … renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled) in AttributePack() argument
1869 , m_useVao (useVao) in AttributePack()
3197 bool useVao = false; in init() local
3202 useVao = false; in init()
3204 useVao = true; in init()
3211 …Ctx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, true); in init()
3212 …tx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false); in init()
DglsVertexArrayTests.hpp223 … (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale,…