Home
last modified time | relevance | path

Searched refs:sizeMin (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
Dvarray.c332 GLint sizeMin, GLint sizeMax, in update_array_format() argument
410 else if (size < sizeMin || size > sizeMax || size > 4) { in update_array_format()
470 GLint sizeMin, GLint sizeMax, in update_array() argument
526 legalTypesMask, sizeMin, sizeMax, in update_array()
597 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 4 : 3; in _mesa_ColorPointer() local
602 legalTypes, sizeMin, BGRA_OR_4, in _mesa_ColorPointer()
667 const GLint sizeMin = (ctx->API == API_OPENGLES) ? 2 : 1; in _mesa_TexCoordPointer() local
673 legalTypes, sizeMin, 4, in _mesa_TexCoordPointer()