OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:identity_context
(Results
1 - 4
of
4
) sorted by null
/external/mesa3d/src/gallium/drivers/identity/
id_context.c
40
struct
identity_context
*id_pipe =
identity_context
(_pipe);
52
struct
identity_context
*id_pipe =
identity_context
(_pipe);
62
struct
identity_context
*id_pipe =
identity_context
(_pipe);
73
struct
identity_context
*id_pipe =
identity_context
(_pipe);
84
struct
identity_context
*id_pipe =
identity_context
(_pipe)
[
all
...]
id_context.h
35
struct
identity_context
{
struct
46
static INLINE struct
identity_context
*
47
identity_context
(struct pipe_context *pipe)
function
49
return (struct
identity_context
*)pipe;
id_objects.h
37
struct
identity_context
;
150
identity_surface_create(struct
identity_context
*id_context,
155
identity_surface_destroy(struct
identity_context
*id_context,
159
identity_sampler_view_create(struct
identity_context
*id_context,
164
identity_sampler_view_destroy(struct
identity_context
*id_context,
168
identity_transfer_create(struct
identity_context
*id_context,
173
identity_transfer_destroy(struct
identity_context
*id_context,
id_objects.c
74
identity_surface_create(struct
identity_context
*id_context,
104
identity_surface_destroy(struct
identity_context
*id_context,
115
identity_sampler_view_create(struct
identity_context
*id_context,
141
identity_sampler_view_destroy(struct
identity_context
*id_context,
152
identity_transfer_create(struct
identity_context
*id_context,
183
identity_transfer_destroy(struct
identity_context
*id_context,
Completed in 54 milliseconds