Home
last modified time | relevance | path

Searched defs:drmFormat (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gfxstream/guest/android/
DGrallocEmulated.cpp280 uint32_t drmFormat, VirtGpuResourcePtr resource) in EmulatedAHardwareBuffer()
409 auto drmFormat = GlFormatToDrmFormat(glFormat); in createColorBuffer() local
431 auto drmFormat = AhbToDrmFormat(ahbFormat); in allocate() local
445 AHardwareBuffer* EmulatedGralloc::allocate(uint32_t width, uint32_t height, uint32_t drmFormat) { in allocate()
/third_party/skia/tests/
DVkBackendSurfaceTest.cpp58 GrBackendFormat drmFormat = GrBackendFormat::MakeVk(info.fFormat, true); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() local
/third_party/skia/m133/tests/
DVkBackendSurfaceTest.cpp73 GrBackendFormat drmFormat = GrBackendFormats::MakeVk(info.fFormat, true); in DEF_GANESH_TEST_FOR_VULKAN_CONTEXT() local
/third_party/mesa3d/src/gfxstream/guest/vulkan_enc/
DAndroidHardwareBuffer.cpp166 uint32_t drmFormat = grallocHelper->getFormatDrmFourcc(buffer); in getAndroidHardwareBufferPropertiesANDROID() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/gbm/
DDisplayGbm.cpp92 uint32_t drmFormat, in Buffer()