Home
last modified time | relevance | path

Searched refs:glformat (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.cpp24 uint32_t GoldfishGralloc::createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) { in createColorBuffer() argument
26 return rc->rcCreateColorBuffer(rc, width, height, glformat); in createColorBuffer()
DGrallocMinigbm.cpp115 uint32_t MinigbmGralloc::createColorBuffer(void*, int width, int height, uint32_t glformat) { in createColorBuffer() argument
120 switch (glformat) { in createColorBuffer()
131 ALOGV("Note: egl wanted 0x%x, still using RGBA", glformat); in createColorBuffer()
DGrallocGoldfish.h23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
DGrallocMinigbm.h23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/
DGralloc.h61 virtual uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) = 0;
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1128 const uint32_t glformat = virgl_format_to_gl(args->format); in handleCreateResourceColorBuffer() local
1131 mVirtioGpuOps->create_color_buffer_with_handle(args->width, args->height, glformat, in handleCreateResourceColorBuffer()
1367 auto glformat = virgl_format_to_gl(res->args.format); in handleTransferReadColorBuffer() local
1368 auto gltype = gl_format_to_natural_type(glformat); in handleTransferReadColorBuffer()
1377 res->args.height, glformat, gltype, res->linear); in handleTransferReadColorBuffer()
1390 auto glformat = virgl_format_to_gl(res->args.format); in handleTransferWriteColorBuffer() local
1391 auto gltype = gl_format_to_natural_type(glformat); in handleTransferWriteColorBuffer()
1396 res->args.height, glformat, gltype, res->linear); in handleTransferWriteColorBuffer()