Home
last modified time | relevance | path

Searched refs:GL_ASSERT (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndCompositionTests.cpp30 auto layer1Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android.png")); in TEST_P()
31 auto layer2Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android_with_transparency.png")); in TEST_P()
33GL_ASSERT(ScopedAHardwareBuffer::Allocate(*mGralloc, 256, 256, GFXSTREAM_AHB_FORMAT_R8G8B8A8_UNORM… in TEST_P()
100 GL_ASSERT(CompareAHBWithGolden(resultAhb, "256x256_golden_basic_composition.png")); in TEST_P()
106 auto layer1Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android.png")); in TEST_P()
107 auto layer2Ahb = GL_ASSERT(CreateAHBFromImage("256x256_android_with_transparency.png")); in TEST_P()
108 auto resultAhb = GL_ASSERT( in TEST_P()
176 GL_ASSERT(CompareAHBWithGolden(resultAhb, "256x256_golden_basic_composition.png")); in TEST_P()
DGfxstreamEnd2EndGlTests.cpp400 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
457GL_ASSERT(ScopedAHardwareBuffer::Allocate(*mGralloc, width, height, GFXSTREAM_AHB_FORMAT_R8G8B8A8_… in TEST_P()
460 uint8_t* mapped = GL_ASSERT(ahb.Lock()); in TEST_P()
522 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
537 ScopedGlProgram program = GL_ASSERT(SetUpProgram(programBinaryFormat, programBinaryData)); in TEST_P()
660 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
675 ScopedGlProgram program = GL_ASSERT(SetUpProgram(programBinaryFormat, programBinaryData)); in TEST_P()
DGfxstreamEnd2EndVkTests.cpp56 auto ahb = GL_ASSERT(ScopedAHardwareBuffer::Allocate(*mGralloc, width, height, in DoAcquireImageAndroidWithSync()
135 auto ahb = GL_ASSERT(ScopedAHardwareBuffer::Allocate(*mGralloc, width, height, in TEST_P()
259 auto ahb = GL_ASSERT(ScopedAHardwareBuffer::Allocate(*mGralloc, width, height, in TEST_P()
324 auto ahb = GL_ASSERT( in TEST_P()
DGfxstreamEnd2EndTests.h102 #define GL_ASSERT(x) \ macro