Home
last modified time | relevance | path

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

/external/ImageMagick/coders/
Dipl.c182 size_t t_count=0; in ReadIPLImage() local
391 t_count++; in ReadIPLImage()
400 if (t_count < (size_t) (ipl_info.z*ipl_info.time)) in ReadIPLImage()
417 } while (t_count < (size_t) (ipl_info.z*ipl_info.time)); in ReadIPLImage()
/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1711 GLsizei t_count = n_buffers; in iterate() local
1721 t_count = max_buffers + 1; in iterate()
1726 gl.bindBuffersBase(target, t_first, t_count, buffer_ids); in iterate()
1730 gl.bindBuffersRange(target, t_first, t_count, buffer_ids, offsets, sizes); in iterate()
1882 GLsizei t_count = n_textures; in iterate() local
1892 t_count = max_textures + 1; in iterate()
1897 gl.bindTextures(t_first, t_count, texture_ids); in iterate()
1990 GLsizei t_count = n_samplers; in iterate() local
2000 t_count = max_samplers + 1; in iterate()
2005 gl.bindSamplers(t_first, t_count, sampler_ids); in iterate()
[all …]
/external/skqp/src/core/
DSkGeometry.h113 int t_count);
/external/skia/src/core/
DSkGeometry.h152 int t_count);