OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:i915_context
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
i915_context.h
249
struct
i915_context
struct
287
extern void i915InitVtbl(struct
i915_context
*i915);
320
*
i915_context
.c
342
extern void i915InitState(struct
i915_context
*i915);
357
extern void i915ValidateFragmentProgram(struct
i915_context
*i915);
364
static INLINE struct
i915_context
*
365
i915_context
(struct gl_context * ctx)
function
367
return (struct
i915_context
*) ctx;
372
#define
I915_CONTEXT
(ctx)
i915_context
(ctx
[
all
...]
/external/mesa3d/src/mesa/drivers/dri/i915/
i915_context.h
249
struct
i915_context
struct
287
extern void i915InitVtbl(struct
i915_context
*i915);
320
*
i915_context
.c
342
extern void i915InitState(struct
i915_context
*i915);
357
extern void i915ValidateFragmentProgram(struct
i915_context
*i915);
364
static INLINE struct
i915_context
*
365
i915_context
(struct gl_context * ctx)
function
367
return (struct
i915_context
*) ctx;
372
#define
I915_CONTEXT
(ctx)
i915_context
(ctx
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_context.h
222
struct
i915_context
{
struct
356
void i915_set_flush_dirty(struct
i915_context
*i915, unsigned flush)
366
struct draw_stage *i915_draw_render_stage( struct
i915_context
*i915 );
372
struct draw_stage *i915_draw_vbuf_stage( struct
i915_context
*i915 );
378
void i915_prepare_vertex_sampling(struct
i915_context
*i915);
379
void i915_cleanup_vertex_sampling(struct
i915_context
*i915);
386
void i915_emit_hardware_state(struct
i915_context
*i915 );
408
void i915_init_state_functions( struct
i915_context
*i915 );
409
void i915_init_fixup_state_functions( struct
i915_context
*i915 );
410
void i915_init_flush_functions( struct
i915_context
*i915 )
426
i915_context
( struct pipe_context *pipe )
function
[
all
...]
/external/mesa3d/src/gallium/drivers/i915/
i915_context.h
222
struct
i915_context
{
struct
356
void i915_set_flush_dirty(struct
i915_context
*i915, unsigned flush)
366
struct draw_stage *i915_draw_render_stage( struct
i915_context
*i915 );
372
struct draw_stage *i915_draw_vbuf_stage( struct
i915_context
*i915 );
378
void i915_prepare_vertex_sampling(struct
i915_context
*i915);
379
void i915_cleanup_vertex_sampling(struct
i915_context
*i915);
386
void i915_emit_hardware_state(struct
i915_context
*i915 );
408
void i915_init_state_functions( struct
i915_context
*i915 );
409
void i915_init_fixup_state_functions( struct
i915_context
*i915 );
410
void i915_init_flush_functions( struct
i915_context
*i915 )
426
i915_context
( struct pipe_context *pipe )
function
[
all
...]
Completed in 35 milliseconds