Home
last modified time | relevance | path

Searched refs:virgl_format (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer-unstable.h96 uint32_t virgl_format; member
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp370 static inline uint32_t virgl_format_to_gl(uint32_t virgl_format) { in virgl_format_to_gl() argument
371 switch (virgl_format) { in virgl_format_to_gl()
400 static inline uint32_t virgl_format_to_fwk_format(uint32_t virgl_format) { in virgl_format_to_fwk_format() argument
401 switch (virgl_format) { in virgl_format_to_fwk_format()
1629 info->virgl_format = entry.args.format; in getResourceInfo()