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()
2038 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate() local
2129 …r(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, color… in iterate()
2131 …r(m_spec.primitive, m_spec.first, m_spec.drawCount * (int)primitiveSize, useVao, coordScale, color… in iterate()
DglsDrawTest.cpp1753 …renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled);
1780 … renderCtx, sglr::Context& drawContext, const tcu::UVec2& screenSize, bool useVao, bool logEnabled) in AttributePack() argument
1786 , m_useVao (useVao) in AttributePack()
3116 bool useVao = false; in init() local
3121 useVao = false; in init()
3123 useVao = true; in init()
3130 …Ctx, m_renderCtx, *m_glesContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, true); in init()
3131 …tx, m_renderCtx, *m_refContext, tcu::UVec2(renderTargetWidth, renderTargetHeight), useVao, false); in init()
DglsVertexArrayTests.hpp224 …r (Array::Primitive primitive, int firstVertex, int vertexCount, bool useVao, float coordScale,…