Home
last modified time | relevance | path

Searched refs:glFormat (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/android/
DGrallocEmulated.cpp31 std::optional<uint32_t> GlFormatToDrmFormat(uint32_t glFormat) { in GlFormatToDrmFormat() argument
32 switch (glFormat) { in GlFormatToDrmFormat()
213 uint32_t EmulatedGralloc::createColorBuffer(void*, int width, int height, uint32_t glFormat) { in createColorBuffer() argument
214 auto drmFormat = GlFormatToDrmFormat(glFormat); in createColorBuffer()
DGrallocEmulated.h69 uint32_t createColorBuffer(void*, int width, int height, uint32_t glFormat) override;
/hardware/google/gfxstream/guest/platform/stub/
DStubVirtGpu.h77 virtual VirtGpuResourcePtr createColorBuffer(int width, int height, uint32_t glFormat);