Home
last modified time | relevance | path

Searched refs:tgtIdx (Results 1 – 7 of 7) sorted by relevance

/external/OpenCL-CTS/test_conformance/gles/
Dtest_images_2D_info.cpp101 size_t fmtIdx, tgtIdx; in test_images_2D_getinfo() local
115 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_2D_getinfo()
119 GetGLTargetName( targets[ tgtIdx ] ), in test_images_2D_getinfo()
127 targets[ tgtIdx ], in test_images_2D_getinfo()
134 GetGLTargetName( targets[ tgtIdx ] ), in test_images_2D_getinfo()
147 GetGLTargetName( targets[ tgtIdx ] ), in test_images_2D_getinfo()
197 size_t fmtIdx, tgtIdx; in test_images_cube_getinfo() local
211 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_cube_getinfo()
215 GetGLTargetName( targets[ tgtIdx ] ), in test_images_cube_getinfo()
223 targets[ tgtIdx ], in test_images_cube_getinfo()
[all …]
Dtest_images_2D.cpp213 size_t fmtIdx, tgtIdx; in test_images_read() local
227 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_read()
232 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read()
243 targets[ tgtIdx ], in test_images_read()
250 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read()
262 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read()
311 size_t fmtIdx, tgtIdx; in test_images_read_cube() local
325 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_read_cube()
330 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read_cube()
338 targets[ tgtIdx ], in test_images_read_cube()
[all …]
Dtest_images_3D_info.cpp115 size_t fmtIdx, tgtIdx; in test_images_3D_getinfo() local
130 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_3D_getinfo()
135 GetGLTargetName( targets[ tgtIdx ] ), in test_images_3D_getinfo()
143 targets[ tgtIdx ], in test_images_3D_getinfo()
150 GetGLTargetName( targets[ tgtIdx ] ), in test_images_3D_getinfo()
Dtest_renderbuffer_info.cpp63 size_t fmtIdx, tgtIdx; in test_renderbuffer_getinfo() local
77 for( tgtIdx = 0; tgtIdx < sizeof( attachments ) / sizeof( attachments[ 0 ] ); tgtIdx++ ) in test_renderbuffer_getinfo()
91 attachments[ tgtIdx ], in test_renderbuffer_getinfo()
Dtest_images_3D.cpp208 size_t fmtIdx, tgtIdx; in test_images_read_3D() local
223 for( tgtIdx = 0; tgtIdx < sizeof( targets ) / sizeof( targets[ 0 ] ); tgtIdx++ ) in test_images_read_3D()
228 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read_3D()
236 targets[ tgtIdx ], in test_images_read_3D()
243 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read_3D()
255 GetGLTargetName( targets[ tgtIdx ] ), in test_images_read_3D()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DCharsetUTF8.java345 int tgtIdx = target.arrayOffset() + target.position(); in encodeLoop() local
356 targetIndex = tgtIdx; in encodeLoop()
360 tgtIdx = targetIndex; in encodeLoop()
363 target.position(tgtIdx - target.arrayOffset()); in encodeLoop()
374 if (tgtIdx >= targetLimit) { in encodeLoop()
386 targetArray[tgtIdx++] = encodeHeadOf1(char32); in encodeLoop()
391 targetArray[tgtIdx++] = encodeHeadOf2(char32); in encodeLoop()
393 if (tgtIdx >= targetLimit) { in encodeLoop()
398 targetArray[tgtIdx++] = encodeLastTail(char32); in encodeLoop()
403 targetArray[tgtIdx++] = encodeHeadOf3(char32); in encodeLoop()
[all …]
/external/OpenCL-CTS/test_conformance/gl/
Dtest_renderbuffer_info.cpp71 size_t fmtIdx, tgtIdx; in test_renderbuffer_getinfo() local
91 for( tgtIdx = 0; tgtIdx < sizeof( attachments ) / sizeof( attachments[ 0 ] ); tgtIdx++ ) in test_renderbuffer_getinfo()
105 attachments[ tgtIdx ], in test_renderbuffer_getinfo()