Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/
DVirtioGpuResource.cpp116 const uint32_t glformat = virgl_format_to_gl(args->format); in Create() local
637 auto glformat = virgl_format_to_gl(mCreateArgs->format); in ReadFromColorBufferToLinear() local
666 auto glformat = virgl_format_to_gl(mCreateArgs->format); in WriteToColorBufferFromLinear() local
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/android/
H A DGrallocGoldfish.cpp15 uint32_t GoldfishGralloc::createColorBuffer(int width, int height, uint32_t glformat) { return 0; } in createColorBuffer()
H A DGrallocMinigbm.cpp28 uint32_t MinigbmGralloc::createColorBuffer(int width, int height, uint32_t glformat) { in createColorBuffer()
/aosp_15_r20/external/virglrenderer/src/
H A Dvrend_renderer.h109 GLenum glformat; member
H A Dvrend_renderer.c7911 GLenum internalformat, glformat, gltype; in vrend_resource_alloc_texture() local
8494 GLenum glformat; in vrend_renderer_transfer_write_iov() local
9548 GLenum glformat, gltype; in vrend_resource_copy_fallback() local
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dteximage.c1778 GLenum glformat) in compressed_tex_size()