HomeSort by relevance Sort by last modified time
    Searched refs:VL_COMPOSITOR_MAX_LAYERS (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 46 #define VL_COMPOSITOR_MAX_LAYERS 16
85 unsigned used_layers:VL_COMPOSITOR_MAX_LAYERS;
86 struct vl_compositor_layer layers[VL_COMPOSITOR_MAX_LAYERS];
vl_compositor.c 508 c->vertex_buf.stride * VL_COMPOSITOR_MAX_LAYERS * 4
676 for (i = 0; i < VL_COMPOSITOR_MAX_LAYERS; i++) {
715 for (i = 0, vb_index = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
777 for ( i = 0; i < VL_COMPOSITOR_MAX_LAYERS; ++i) {
844 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
856 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
881 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
932 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
963 assert(layer < VL_COMPOSITOR_MAX_LAYERS);
    [all...]

Completed in 158 milliseconds