Home
last modified time | relevance | path

Searched refs:GlExpected (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.h100 using GlExpected = android::base::expected<GlType, std::string>; variable
314 static GlExpected<ScopedGlShader> MakeShader(GlDispatch& dispatch, GLenum type,
353 static GlExpected<ScopedGlProgram> MakeProgram(GlDispatch& dispatch,
357 static GlExpected<ScopedGlProgram> MakeProgram(GlDispatch& dispatch, GLenum programBinaryFormat,
392 static GlExpected<ScopedAHardwareBuffer> Allocate(Gralloc& gralloc, uint32_t width,
422 GlExpected<uint8_t*> Lock() { in Lock()
502 GlExpected<ScopedGlShader> SetUpShader(GLenum type, const std::string& source);
504 GlExpected<ScopedGlProgram> SetUpProgram(const std::string& vertSource,
507 GlExpected<ScopedGlProgram> SetUpProgram(GLenum programBinaryFormat,
522 GlExpected<Image> LoadImage(const std::string& basename);
[all …]
DGfxstreamEnd2EndTests.cpp360 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()
[all …]
DGfxstreamEnd2EndGlTests.cpp84 GlExpected<PixelR8G8B8A8> GetPixelAt(GLint x, GLint y) { in GetPixelAt()