Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cTextureSwizzleTests.hpp230 virtual bool fillSourceTexture(size_t format_idx, size_t target_idx);
236 bool isTargetSupported(size_t target_idx);
238 bool isTargetSuppByAccess(size_t access_idx, size_t target_idx);
240 bool isTargetSuppByFormat(size_t format_idx, size_t target_idx);
256 void prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4]);
320 virtual bool fillSourceTexture(size_t format_idx, size_t target_idx);
322 bool fillMSTexture(size_t format_idx, size_t target_idx);
Dgl3cTextureSwizzleTests.cpp2713 bool SmokeTest::fillSourceTexture(size_t format_idx, size_t target_idx) in fillSourceTexture() argument
2717 const glw::GLenum target = texture_targets[target_idx].m_target; in fillSourceTexture()
2908 bool SmokeTest::isTargetSupported(size_t target_idx) in isTargetSupported() argument
2910 const _texture_target& target = texture_targets[target_idx]; in isTargetSupported()
2935 bool SmokeTest::isTargetSuppByAccess(size_t access_idx, size_t target_idx) in isTargetSuppByAccess() argument
2938 const _texture_target& source_target = texture_targets[target_idx]; in isTargetSuppByAccess()
2990 bool SmokeTest::isTargetSuppByFormat(size_t format_idx, size_t target_idx) in isTargetSuppByFormat() argument
2993 const _texture_target& source_target = texture_targets[target_idx]; in isTargetSuppByFormat()
3440 void SmokeTest::prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4]) in prepareSourceTexture() argument
3446 const glw::GLenum target = texture_targets[target_idx].m_target; in prepareSourceTexture()
[all …]
/third_party/ffmpeg/libavformat/
Doggparseskeleton.c35 int target_idx, start_time; in skeleton_header() local
77 target_idx = ogg_find_stream(ogg, AV_RL32(buf+12)); in skeleton_header()
79 if (target_idx < 0) { in skeleton_header()
83 os = ogg->streams + target_idx; in skeleton_header()
/third_party/lwip/src/apps/smtp/
Dsmtp.c918 size_t target_idx = 0; in smtp_base64_encode() local
935 target[target_idx++] = base64_table[current]; in smtp_base64_encode()