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

  /external/deqp/modules/gles3/functional/
es3fRboStateQueryTests.cpp 344 StateQueryMemoryWriteGuard<GLint> max_samples; local
345 glGetIntegerv(GL_MAX_SAMPLES, &max_samples);
346 if (!max_samples.verifyValidity(m_testCtx))
358 for (int samples = 1; samples <= max_samples; ++samples)
  /external/fio/
iolog.h 52 uint64_t max_samples; member in struct:io_log
iolog.c 568 l->max_samples = 1024;
573 l->log = malloc(l->max_samples * log_entry_sz(l));
stat.c     [all...]

Completed in 115 milliseconds