Lines Matching refs:target_idx
2709 * @param target_idx Index of target
2713 bool SmokeTest::fillSourceTexture(size_t format_idx, size_t target_idx)
2717 const glw::GLenum target = texture_targets[target_idx].m_target;
2904 * @param target_idx Index of target
2908 bool SmokeTest::isTargetSupported(size_t target_idx)
2910 const _texture_target& target = texture_targets[target_idx];
2931 * @param target_idx Index of target
2935 bool SmokeTest::isTargetSuppByAccess(size_t access_idx, size_t target_idx)
2938 const _texture_target& source_target = texture_targets[target_idx];
2986 * @param target_idx Index of target
2990 bool SmokeTest::isTargetSuppByFormat(size_t format_idx, size_t target_idx)
2993 const _texture_target& source_target = texture_targets[target_idx];
3437 * @param target_idx Index of texture target
3440 void SmokeTest::prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4])
3446 const glw::GLenum target = texture_targets[target_idx].m_target;
3929 * @param target_idx Index of target
3933 bool FunctionalTest::fillMSTexture(size_t format_idx, size_t target_idx)
3935 const glw::GLenum target = texture_targets[target_idx].m_target;
4011 * @param target_idx Index of target
4015 bool FunctionalTest::fillSourceTexture(size_t format_idx, size_t target_idx)
4017 const glw::GLenum target = texture_targets[target_idx].m_target;
4069 result = fillMSTexture(format_idx, target_idx);