Searched refs:GL_ASSERT (Results 1 – 4 of 4) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndCompositionTests.cpp | 30 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() 33 …GL_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()
|
D | GfxstreamEnd2EndGlTests.cpp | 400 ScopedGlProgram program = GL_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P() 457 …GL_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()
|
D | GfxstreamEnd2EndVkTests.cpp | 56 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()
|
D | GfxstreamEnd2EndTests.h | 102 #define GL_ASSERT(x) \ macro
|