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

  /external/mesa3d/src/mesa/main/
formats.c 74 GLubyte BytesPerBlock;
113 assert(info->BytesPerBlock);
114 assert(info->BytesPerBlock <= MAX_PIXEL_BYTES ||
116 return info->BytesPerBlock;
874 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
877 sz = width * height * depth * info->BytesPerBlock;
902 sz = wblocks * hblocks * dblocks * info->BytesPerBlock;
906 (uint64_t) depth * info->BytesPerBlock);
922 const GLint stride = wblocks * info->BytesPerBlock;
926 const GLint stride = width * info->BytesPerBlock;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
scsi.h     [all...]

Completed in 224 milliseconds