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

  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 121 int buffer_mask = 0; local
144 buffer_mask |= 1 << buffer;
165 OUT_BATCH((buffer_mask << SO_STREAM_TO_BUFFER_SELECTS_0_SHIFT) |
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d.c 257 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_FRONT_LEFT)) {
262 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_BACK_LEFT)) {
341 EGLint buffer_mask; local
344 buffer_mask = 0x0;
345 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_FRONT_LEFT))
346 buffer_mask |= ST_ATTACHMENT_FRONT_LEFT_MASK;
347 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_BACK_LEFT))
348 buffer_mask |= ST_ATTACHMENT_BACK_LEFT_MASK;
349 if (nconf->buffer_mask & (1 << NATIVE_ATTACHMENT_FRONT_RIGHT))
350 buffer_mask |= ST_ATTACHMENT_FRONT_RIGHT_MASK
    [all...]
native.h 156 uint buffer_mask; member in struct:native_config
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 132 /* for buffer_mask in st_visual */
218 unsigned buffer_mask; member in struct:st_visual
506 return ((visual->buffer_mask & mask) == mask);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
bufferedio.c 231 Py_ssize_t buffer_mask; member in struct:__anon5397
360 (self->buffer_mask ? \
361 (size & ~self->buffer_mask) : \
706 self->buffer_mask = self->buffer_size - 1;
708 self->buffer_mask = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
bufferedio.c 231 Py_ssize_t buffer_mask; member in struct:__anon5710
360 (self->buffer_mask ? \
361 (size & ~self->buffer_mask) : \
678 self->buffer_mask = self->buffer_size - 1;
680 self->buffer_mask = 0;
    [all...]
  /external/mesa3d/include/GL/
glx.h 497 unsigned int buffer_mask; /* mask indicating which buffers are affected */ member in struct:__anon27001
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/GL/
glx.h 503 unsigned int buffer_mask; /* mask indicating which buffers are affected */ member in struct:__anon46243
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
glx.h 497 unsigned int buffer_mask; /* mask indicating which buffers are affected */ member in struct:__anon48108

Completed in 6252 milliseconds