Lines Matching refs:depth

117 							   glw::GLuint width, glw::GLuint height, glw::GLuint depth, const glw::GLvoid* pixels,
1274 static const GLuint depth = 6;
1300 gl.texImage3DMultisample(target, n_samples, internal_format, width, height, depth,
1362 static const GLuint depth = 6;
1371 prepareTexture(context, name, target, internal_format, format, type, level, width, height, depth, pixels,
1388 * @param depth <depth>
1395 GLenum type, GLuint level, GLuint width, GLuint height, GLuint depth, const GLvoid* pixels,
1459 gl.texImage3DMultisample(target, samples, internal_format, width, height, depth,
1473 gl.texImage3D(target, level, internal_format, width, height, depth, border, format, type, pixels);
3389 FUNCTIONAL_TEST_N_LAYERS /* depth - 12 for multilayered, 1D and 2D will ignore that */,
3422 * @param depth Number of copied layers
3427 const GLubyte** src_pixels, GLuint depth)
3474 * * layers after dst_layer + depth - expect no modification
3475 * * layers <0, dst_layer + depth> - expect that contents at selected region were copied
3536 /* Check anything after dst_layer + depth */
3538 for (GLuint layer = dst_layer + depth; layer < dst_depths[dst_level]; ++layer)
3555 for (GLuint layer = 0; layer < depth; ++layer)
5471 GLuint depth = 1;
5485 /* Set depth so as to exceed boundary */
5486 depth = m_region_depth;
5490 testCase src_test_case = { tex_target, depth, height, x_val, y_val, z_val, 0, 0, 0, res };
5492 testCase dst_test_case = { tex_target, depth, height, 0, 0, 0, x_val, y_val, z_val, res };
5569 << "], depth: " << test_case.m_depth << tcu::TestLog::EndMessage;