Searched defs:drmFormat (Results 1 – 5 of 5) sorted by relevance
280 uint32_t drmFormat, VirtGpuResourcePtr resource) in EmulatedAHardwareBuffer()409 auto drmFormat = GlFormatToDrmFormat(glFormat); in createColorBuffer() local431 auto drmFormat = AhbToDrmFormat(ahbFormat); in allocate() local445 AHardwareBuffer* EmulatedGralloc::allocate(uint32_t width, uint32_t height, uint32_t drmFormat) { in allocate()
58 GrBackendFormat drmFormat = GrBackendFormat::MakeVk(info.fFormat, true); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
73 GrBackendFormat drmFormat = GrBackendFormats::MakeVk(info.fFormat, true); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
166 uint32_t drmFormat = grallocHelper->getFormatDrmFourcc(buffer); in getAndroidHardwareBufferPropertiesANDROID() local
92 uint32_t drmFormat, in Buffer()