HomeSort by relevance Sort by last modified time
    Searched defs:blend_clear (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_mc.h 52 void *blend_clear[VL_MC_NUM_BLENDERS]; member in struct:vl_mc
vl_compositor.h 108 void *blend_clear, *blend_add; member in struct:vl_compositor
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ImageProcessingTest.java 445 BlendFunc blend_clear = new BlendFunc() { field in class:ImageProcessingTest
448 name = "blend_clear";
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 107 void *blend_clear[GET_CLEAR_BLEND_STATE_IDX(PIPE_CLEAR_COLOR)+1]; member in struct:blitter_context_priv
447 for (i = 0; i < ARRAY_SIZE(ctx->blend_clear); i++) {
448 if (ctx->blend_clear[i])
449 pipe->delete_blend_state(pipe, ctx->blend_clear[i]);
    [all...]

Completed in 1482 milliseconds