Searched refs:glformat (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/guest/android/ |
D | GrallocGoldfish.cpp | 24 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()
|
D | GrallocMinigbm.cpp | 115 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()
|
D | GrallocGoldfish.h | 23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
|
D | GrallocMinigbm.h | 23 uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) override;
|
/hardware/google/gfxstream/guest/android/include/gfxstream/guest/ |
D | Gralloc.h | 61 virtual uint32_t createColorBuffer(void* rcEnc, int width, int height, uint32_t glformat) = 0;
|
/hardware/google/gfxstream/host/ |
D | virtio-gpu-gfxstream-renderer.cpp | 1128 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()
|