Searched defs:targetToGL (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/glshared/
H A DglsDrawTest.cpp77 static GLenum targetToGL (DrawTestSpec::Target target) function in namespace:deqp::gls::__anon20390
992 m_ctx.bindBuffer(targetToGL(target), m_glBuffer);
995 m_ctx.bufferData(targetToGL(target), size, ptr, usageToGL(usage));
1016 m_ctx.bindBuffer(targetToGL(target), m_glBuffer);
1019 m_ctx.bufferSubData(targetToGL(target), offset, size, ptr);
1086 m_ctx.bindBuffer(targetToGL(m_target), m_glBuffer);
1093 m_ctx.bindBuffer(targetToGL(m_target), 0);
1145 m_ctx.bindBuffer(targetToGL(target), m_glBuffer);

Completed in 81 milliseconds