Lines Matching refs:glu
94 const glu::TransferFormat m_transFormat;
176 , m_transFormat {glu::getTransferFormat(m_texFormat)}
226 if (glu::isContextTypeGLCore(m_context.getRenderContext().getType()))
290 const auto internalFormat = glu::getInternalFormat(m_texFormat);
325 const std::vector<glu::VertexArrayBinding> vertexArrays =
327 glu::va::Float("position", 2, 4, 0, positions.data())
330 glu::ShaderProgram program(m_context.getRenderContext(), glu::makeVtxFragSources(m_vertShaderText, m_fragShaderText));
348 glu::draw(renderContext, program.getProgram(),
350 glu::pr::TriangleStrip(static_cast<int>(quadIndices.size()), quadIndices.data()));