Home
last modified time | relevance | path

Searched refs:intel_check_blit_fragment_ops (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_pixel.h34 bool intel_check_blit_fragment_ops(struct gl_context * ctx,
Dintel_pixel.c60 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) in intel_check_blit_fragment_ops() function
Dintel_screen.h111 #define intel_check_blit_fragment_ops old_intel_check_blit_fragment_ops macro
Dintel_pixel_bitmap.c245 if (!intel_check_blit_fragment_ops(ctx, tmpColor[3] == 1.0F)) in do_blit_bitmap()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_pixel.h32 bool intel_check_blit_fragment_ops(struct gl_context * ctx,
Dintel_pixel.c57 intel_check_blit_fragment_ops(struct gl_context * ctx, bool src_alpha_is_one) in intel_check_blit_fragment_ops() function
Dintel_pixel_draw.c64 if (!intel_check_blit_fragment_ops(ctx, false)) in do_blit_drawpixels()
Dintel_pixel_bitmap.c242 if (!intel_check_blit_fragment_ops(ctx, tmpColor[3] == 1.0F)) in do_blit_bitmap()