Lines Matching refs:glu

175 BufferCase::BufferCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description)
228 throw tcu::TestError(string("Got ") + glu::getErrorStr(err).toString());
252 BufferWriterBase::BufferWriterBase (glu::RenderContext& renderCtx, tcu::TestLog& log)
267 BufferWriter::BufferWriter (glu::RenderContext& renderCtx, tcu::TestLog& log, WriteType writeType)
338 BufferVerifierBase::BufferVerifierBase (glu::RenderContext& renderCtx, tcu::TestLog& log)
354 BufferVerifier::BufferVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log, VerifyType verifyType)
417 VertexArrayVerifier::VertexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log)
424 const glu::ContextType ctxType = renderCtx.getType();
425 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
427 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
429 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(
430 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
440 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
637 glu::readPixels(m_renderCtx, 0, 0, rendered.getAccess());
655 IndexArrayVerifier::IndexArrayVerifier (glu::RenderContext& renderCtx, tcu::TestLog& log)
662 const glu::ContextType ctxType = renderCtx.getType();
663 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
665 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
667 m_program = new glu::ShaderProgram(m_renderCtx, glu::makeVtxFragSources(
668 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
678 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
818 glu::readPixels (m_renderCtx, 0, 0, indexBufferImg.getAccess());
835 glu::readPixels (m_renderCtx, 0, 0, referenceImg.getAccess());