OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blitter_context
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_blitter.h
49
struct
blitter_context
struct
76
void (*draw_rectangle)(struct
blitter_context
*blitter,
116
struct
blitter_context
*util_blitter_create(struct pipe_context *pipe);
121
void util_blitter_destroy(struct
blitter_context
*blitter);
127
struct pipe_context *util_blitter_get_pipe(struct
blitter_context
*blitter)
134
void util_blitter_draw_rectangle(struct
blitter_context
*blitter,
160
void util_blitter_clear(struct
blitter_context
*blitter,
174
boolean util_blitter_is_copy_supported(struct
blitter_context
*blitter,
200
void util_blitter_copy_texture(struct
blitter_context
*blitter,
228
void util_blitter_copy_texture_view(struct
blitter_context
*blitter
[
all
...]
/external/mesa3d/src/gallium/auxiliary/util/
u_blitter.h
49
struct
blitter_context
struct
76
void (*draw_rectangle)(struct
blitter_context
*blitter,
116
struct
blitter_context
*util_blitter_create(struct pipe_context *pipe);
121
void util_blitter_destroy(struct
blitter_context
*blitter);
127
struct pipe_context *util_blitter_get_pipe(struct
blitter_context
*blitter)
134
void util_blitter_draw_rectangle(struct
blitter_context
*blitter,
160
void util_blitter_clear(struct
blitter_context
*blitter,
174
boolean util_blitter_is_copy_supported(struct
blitter_context
*blitter,
200
void util_blitter_copy_texture(struct
blitter_context
*blitter,
228
void util_blitter_copy_texture_view(struct
blitter_context
*blitter
[
all
...]
Completed in 579 milliseconds