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

  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 186 bool yuv_format = false; local
239 yuv_format = true;
245 yuv_format = true;
261 if (yuv_format) {
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute_internal.c 504 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
514 view->base.format, swizzle, &word4, &yuv_format);
r600_texture.c 845 uint32_t result = 0, word4 = 0, yuv_format = 0; local
899 yuv_format |= (1 << 30);
    [all...]
r600_state.c 1016 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1038 &word4, &yuv_format);
    [all...]
evergreen_state.c 990 uint32_t word4 = 0, yuv_format = 0, pitch = 0; local
1013 &word4, &yuv_format);
    [all...]

Completed in 2205 milliseconds