Searched refs:GlExpected (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndTests.h | 100 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 …]
|
D | GfxstreamEnd2EndTests.cpp | 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() [all …]
|
D | GfxstreamEnd2EndGlTests.cpp | 84 GlExpected<PixelR8G8B8A8> GetPixelAt(GLint x, GLint y) { in GetPixelAt()
|