Searched refs:glFormat (Results 1 – 3 of 3) sorted by relevance
31 std::optional<uint32_t> GlFormatToDrmFormat(uint32_t glFormat) { in GlFormatToDrmFormat() argument32 switch (glFormat) { in GlFormatToDrmFormat()213 uint32_t EmulatedGralloc::createColorBuffer(void*, int width, int height, uint32_t glFormat) { in createColorBuffer() argument214 auto drmFormat = GlFormatToDrmFormat(glFormat); in createColorBuffer()
69 uint32_t createColorBuffer(void*, int width, int height, uint32_t glFormat) override;
77 virtual VirtGpuResourcePtr createColorBuffer(int width, int height, uint32_t glFormat);