Searched refs:target_idx (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTextureSwizzleTests.hpp | 230 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);
|
H A D | gl3cTextureSwizzleTests.cpp | 2709 * @param target_idx Index of target 2713 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() 2904 * @param target_idx Index of target 2908 bool SmokeTest::isTargetSupported(size_t target_idx) in isTargetSupported() argument 2910 const _texture_target& target = texture_targets[target_idx]; in isTargetSupported() 2931 * @param target_idx Index of target 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() 2986 * @param target_idx Inde 2990 isTargetSuppByFormat(size_t format_idx, size_t target_idx) isTargetSuppByFormat() argument 3440 prepareSourceTexture(size_t format_idx, size_t target_idx, glw::GLint out_sizes[4]) prepareSourceTexture() argument 3933 fillMSTexture(size_t format_idx, size_t target_idx) iterate() argument 4015 fillSourceTexture(size_t format_idx, size_t target_idx) iterate() argument [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | oggparseskeleton.c | 35 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/ |
H A D | smtp.c | 918 size_t target_idx = 0; in smtp_base64_encode() local 935 target[target_idx++] = base64_table[current]; in smtp_base64_encode()
|
Completed in 7 milliseconds