OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:blit_state
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/auxiliary/util/
u_blit.c
54
struct
blit_state
struct
89
struct
blit_state
*
92
struct
blit_state
*ctx;
95
ctx = CALLOC_STRUCT(
blit_state
);
165
util_destroy_blit(struct
blit_state
*ctx)
202
set_fragment_shader(struct
blit_state
*ctx, uint writemask,
222
set_depthstencil_fragment_shader(struct
blit_state
*ctx,
241
set_depth_fragment_shader(struct
blit_state
*ctx,
260
set_stencil_fragment_shader(struct
blit_state
*ctx,
279
set_vertex_shader(struct
blit_state
*ctx
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
221
struct
blit_state
struct
337
struct
blit_state
Blit; /**< For _mesa_meta_BlitFramebuffer() */
347
static void meta_glsl_blit_cleanup(struct gl_context *ctx, struct
blit_state
*blit);
[
all
...]
Completed in 50 milliseconds