Searched refs:max_sample_count (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2496 // max_sample_count must be initialized to a sane value. If
2498 GLint max_sample_count = 1; local
2499 glGetIntegerv(GL_MAX_SAMPLES_EXT, &max_sample_count);
2501 max_sample_count);

Completed in 57 milliseconds