OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identity_surface
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.h
56
struct
identity_surface
struct
90
static INLINE struct
identity_surface
*
91
identity_surface
(struct pipe_surface *_surface)
function
96
return (struct
identity_surface
*)_surface;
130
return
identity_surface
(_surface)->surface;
156
struct
identity_surface
*id_surface);
id_objects.c
78
struct
identity_surface
*id_surface;
85
id_surface = CALLOC_STRUCT(
identity_surface
);
105
struct
identity_surface
*id_surface)
id_context.c
660
struct
identity_surface
*id_surface_dst =
identity_surface
(_dst);
682
struct
identity_surface
*id_surface_dst =
identity_surface
(_dst);
762
identity_surface
(_surf));
/external/mesa3d/src/gallium/drivers/identity/
id_objects.h
56
struct
identity_surface
struct
90
static INLINE struct
identity_surface
*
91
identity_surface
(struct pipe_surface *_surface)
function
96
return (struct
identity_surface
*)_surface;
130
return
identity_surface
(_surface)->surface;
156
struct
identity_surface
*id_surface);
id_objects.c
78
struct
identity_surface
*id_surface;
85
id_surface = CALLOC_STRUCT(
identity_surface
);
105
struct
identity_surface
*id_surface)
id_context.c
660
struct
identity_surface
*id_surface_dst =
identity_surface
(_dst);
682
struct
identity_surface
*id_surface_dst =
identity_surface
(_dst);
762
identity_surface
(_surf));
Completed in 1076 milliseconds