Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/state_trackers/egl/common/
Degl_g3d_st.c123 pbuffer_reference_openvg_image(struct egl_g3d_surface *gsurf) in pbuffer_reference_openvg_image()
129 pbuffer_allocate_pbuffer_texture(struct egl_g3d_surface *gsurf) in pbuffer_allocate_pbuffer_texture()
158 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); in egl_g3d_st_framebuffer_validate_pbuffer()
194 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); in egl_g3d_st_framebuffer_flush_front()
210 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); in egl_g3d_st_framebuffer_validate()
291 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); in egl_g3d_create_st_framebuffer()
Degl_g3d_api.c228 struct egl_g3d_surface *gsurf; in egl_g3d_create_surface()
249 gsurf = CALLOC_STRUCT(egl_g3d_surface); in egl_g3d_create_surface()
345 static struct egl_g3d_surface *
350 struct egl_g3d_surface *gsurf; in create_pbuffer_surface()
352 gsurf = CALLOC_STRUCT(egl_g3d_surface); in create_pbuffer_surface()
378 struct egl_g3d_surface *gsurf; in egl_g3d_create_pbuffer_surface()
397 struct egl_g3d_surface *gsurf; in egl_g3d_create_pbuffer_from_client_buffer()
464 struct egl_g3d_surface *gsurf = egl_g3d_surface(surf); in destroy_surface()
490 struct egl_g3d_surface *gdraw = egl_g3d_surface(draw); in egl_g3d_make_current()
491 struct egl_g3d_surface *gread = egl_g3d_surface(read); in egl_g3d_make_current()
[all …]
Degl_g3d.h69 struct egl_g3d_surface { struct
Degl_g3d.c48 struct egl_g3d_surface *gsurf = egl_g3d_surface(nsurf->user_data); in egl_g3d_invalid_surface()