Home
last modified time | relevance | path

Searched refs:res_info (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp2220 GLenum attachment, FboFormatInfo* res_info) const { in getBoundFramebufferFormat()
2223 res_info->type = FBO_ATTACHMENT_NONE; in getBoundFramebufferFormat()
2224 res_info->rb_format = GL_NONE; in getBoundFramebufferFormat()
2225 res_info->rb_multisamples = 0; in getBoundFramebufferFormat()
2226 res_info->rb_external = false; in getBoundFramebufferFormat()
2227 res_info->tex_internalformat = -1; in getBoundFramebufferFormat()
2228 res_info->tex_format = GL_NONE; in getBoundFramebufferFormat()
2229 res_info->tex_type = GL_NONE; in getBoundFramebufferFormat()
2230 res_info->tex_multisamples = 0; in getBoundFramebufferFormat()
2231 res_info->tex_external = false; in getBoundFramebufferFormat()
[all …]
/hardware/google/gfxstream/host/include/gfxstream/
Dvirtio-gpu-gfxstream-renderer-unstable.h87 VG_EXPORT int stream_renderer_platform_import_resource(int res_handle, int res_info,
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1773 int platformImportResource(int res_handle, int res_info, void* resource) { in platformImportResource() argument
1776 bool success = mVirtioGpuOps->platform_import_resource(res_handle, res_info, resource); in platformImportResource()
2083 VG_EXPORT int stream_renderer_platform_import_resource(int res_handle, int res_info, in stream_renderer_platform_import_resource() argument
2085 return sRenderer()->platformImportResource(res_handle, res_info, resource); in stream_renderer_platform_import_resource()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h549 FboFormatInfo* res_info) const;