Home
last modified time | relevance | path

Searched refs:GFXSTREAM_EXPECT (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/common/detector/
DEgl.cpp42 egl.mLib = GFXSTREAM_EXPECT(LoadEglLib()); in Load()
54 GFXSTREAM_EXPECT(egl.Init()); in Load()
DSubprocess.cpp150 GFXSTREAM_EXPECT(WaitForChildWithTimeout(pid, pidfd, timeout)); in DoWithSubprocessCheck()
152 GFXSTREAM_EXPECT(WaitForChildWithTimeoutFallback(pid, timeout)); in DoWithSubprocessCheck()
DGraphicsDetectorGl.cpp67 auto gles = loadMethod == GlesLoadMethod::VIA_EGL ? GFXSTREAM_EXPECT(Gles::LoadFromEgl(&egl)) in GetGlesContextAvailability()
68 : GFXSTREAM_EXPECT(Gles::Load()); in GetGlesContextAvailability()
105 auto egl = GFXSTREAM_EXPECT(Egl::Load()); in PopulateEglAndGlesAvailability()
DGraphicsDetectorVk.cpp26 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanAvailabilityImpl()
DGraphicsDetectorVkExternalMemoryHost.cpp151 auto shm = GFXSTREAM_EXPECT(CreateSharedMemory(kSize)); in CheckImportingSharedMemory()
192 auto vk = GFXSTREAM_EXPECT(Vk::Load()); in PopulateVulkanExternalMemoryHostQuirkImpl()
DGles.cpp36 gles.lib_ = GFXSTREAM_EXPECT(Lib::Load(kGles2Lib)); in Load()
DExpected.h117 #define GFXSTREAM_EXPECT(x) \ macro
DImage.cpp198 auto rgbaImage = GFXSTREAM_EXPECT(LoadRGBAFromBitmapFile(filename)); in LoadYUV420FromBitmapFile()
DGraphicsDetectorVkPrecisionQualifiersOnYuvSamplers.cpp62 textureDataYuv = GFXSTREAM_EXPECT(LoadYUV420FromBitmapFile("custom.bmp")); in CanHandlePrecisionQualifierWithYuvSampler()
DVulkan.cpp808 GFXSTREAM_EXPECT(CreateImage(width, height, color_format, in CreateFramebuffer()
818 GFXSTREAM_EXPECT(CreateImage(width, height, depth_format, in CreateFramebuffer()