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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c1401 #define NO_SAMPLES 1000 macro
1407 * samples will be NO_SAMPLES if called by _mesa_RenderbufferStorageEXT().
1413 const char *func = samples == NO_SAMPLES ?
1442 if (samples == NO_SAMPLES) {
1561 renderbuffer_storage(target, internalFormat, width, height, NO_SAMPLES);
/external/mesa3d/src/mesa/main/
H A Dfbobject.c1401 #define NO_SAMPLES 1000 macro
1407 * samples will be NO_SAMPLES if called by _mesa_RenderbufferStorageEXT().
1413 const char *func = samples == NO_SAMPLES ?
1442 if (samples == NO_SAMPLES) {
1561 renderbuffer_storage(target, internalFormat, width, height, NO_SAMPLES);

Completed in 56 milliseconds