Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dteximage.c1120 GLsizei subDepth, in error_check_subtexture_negative_dimensions() argument
1134 if (dims > 2 && subDepth < 0) { in error_check_subtexture_negative_dimensions()
1135 _mesa_error(ctx, GL_INVALID_VALUE, "%s(depth=%d)", func, subDepth); in error_check_subtexture_negative_dimensions()
1153 GLsizei subDepth, const char *func) in error_check_subtexture_dimensions() argument
1199 if (zoffset + subDepth > depth) { in error_check_subtexture_dimensions()
1201 func, zoffset, subDepth, depth); in error_check_subtexture_dimensions()
1243 if ((subDepth % bd != 0) && in error_check_subtexture_dimensions()
1244 (zoffset + subDepth != (GLint) destImage->Depth)) { in error_check_subtexture_dimensions()
1246 "%s(depth = %d)", func, subDepth); in error_check_subtexture_dimensions()