Lines Matching refs:GlExpected
360 GlExpected<ScopedGlShader> ScopedGlShader::MakeShader(GlDispatch& dispatch, GLenum type, in MakeShader()
395 GlExpected<ScopedGlProgram> ScopedGlProgram::MakeProgram(GlDispatch& dispatch, in MakeProgram()
429 GlExpected<ScopedGlProgram> ScopedGlProgram::MakeProgram( in MakeProgram()
458 GlExpected<ScopedAHardwareBuffer> ScopedAHardwareBuffer::Allocate(Gralloc& gralloc, uint32_t width, in Allocate()
473 GlExpected<ScopedGlShader> GfxstreamEnd2EndTest::SetUpShader(GLenum type, in SetUpShader()
482 GlExpected<ScopedGlProgram> GfxstreamEnd2EndTest::SetUpProgram(const std::string& vertSource, in SetUpProgram()
491 GlExpected<ScopedGlProgram> GfxstreamEnd2EndTest::SetUpProgram( in SetUpProgram()
623 GlExpected<Image> GfxstreamEnd2EndTest::LoadImage(const std::string& basename) { in LoadImage()
644 GlExpected<Image> GfxstreamEnd2EndTest::AsImage(ScopedAHardwareBuffer& ahb) { in AsImage()
678 GlExpected<ScopedAHardwareBuffer> GfxstreamEnd2EndTest::CreateAHBFromImage( in CreateAHBFromImage()
763 GlExpected<Ok> GfxstreamEnd2EndTest::CompareAHBWithGolden(ScopedAHardwareBuffer& ahb, in CompareAHBWithGolden()
766 GlExpected<Image> expected = LoadImage(goldenBasename); in CompareAHBWithGolden()