/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
Cube.java | 55 byte indices[] = { 84 mIndexBuffer = ByteBuffer.allocateDirect(indices.length); 85 mIndexBuffer.put(indices);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_prim_vbuf.c | 83 size_t vbo_index; /**< index offset to be added to all indices */ 86 size_t vbo_max_index; /**< index offset to be added to all indices */ 542 * Used for normal and fallback emitting of indices 547 const ushort *indices, 559 OUT_BATCH((o+indices[i]) | (o+indices[i+1]) << 16); 562 OUT_BATCH((o+indices[i])); 568 OUT_BATCH((o+indices[i-1]) | (o+indices[i]) << 16); 569 OUT_BATCH((o+indices[i-1]) | (o+indices[0]) << 16) [all...] |
/external/mesa3d/src/gallium/drivers/i915/ |
i915_prim_vbuf.c | 83 size_t vbo_index; /**< index offset to be added to all indices */ 86 size_t vbo_max_index; /**< index offset to be added to all indices */ 542 * Used for normal and fallback emitting of indices 547 const ushort *indices, 559 OUT_BATCH((o+indices[i]) | (o+indices[i+1]) << 16); 562 OUT_BATCH((o+indices[i])); 568 OUT_BATCH((o+indices[i-1]) | (o+indices[i]) << 16); 569 OUT_BATCH((o+indices[i-1]) | (o+indices[0]) << 16) [all...] |
/external/chromium/chrome/browser/tabs/ |
tab_handler.h | 23 // TabContentses into indices for an index-based tab organization scheme for
|
/external/chromium/chrome/browser/ui/options/ |
options_window.h | 11 // An identifier for a Options Tab page. These are treated as indices into
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexDataManager.h | 51 GLenum prepareIndexData(GLenum type, GLsizei count, gl::Buffer *arrayElementBuffer, const GLvoid *indices, TranslatedIndexData *translated);
|
/external/chromium_org/third_party/icu/source/test/letest/ |
letest.h | 39 le_int32 *indices; member in struct:TestResult
|
/external/chromium_org/third_party/mesa/src/src/gallium/docs/source/ |
index.rst | 24 Indices and tables
|
/external/chromium_org/third_party/opus/src/silk/ |
NLSF_decode.c | 37 const opus_int8 indices[], /* I Quantization indices [ order ] */ 48 out_Q10 = silk_LSHIFT( indices[ i ], 10 ); 83 /* Unpack entropy table indices and predictor for current CB1 index */
|
/external/clang/docs/analyzer/ |
index.rst | 17 Indices and tables
|
/external/eigen/demos/opengl/ |
icosphere.h | 21 const std::vector<int>& indices(int level) const;
|
/external/harfbuzz_ng/src/hb-icu-le/ |
letest.h | 51 le_int32 *indices; member in struct:TestResult
|
/external/icu4c/layout/ |
LEGlyphFilter.h | 17 * recognize a set of glyph indices.
|
/external/icu4c/test/letest/ |
letest.h | 39 le_int32 *indices; member in struct:TestResult
|
/external/iproute2/testsuite/tests/ |
dsmark.t | 14 dsmark indices 64 default_index 1 set_tc_index
|
/external/kernel-headers/original/asm-mips/ |
fixmap.h | 35 * physical memory with fixmap indices. 86 * kernel oops. Illegal ranges of incoming indices are caught too. 92 * except when someone tries to use fixaddr indices in an 94 * out-of-range indices).
|
/external/kernel-headers/original/asm-x86/ |
fixmap_32.h | 49 * physical memory with fixmap indices. 131 * kernel oops. Illegal ranges of incoming indices are caught too. 137 * except when someone tries to use fixaddr indices in an 139 * out-of-range indices).
|
/external/llvm/test/CodeGen/Thumb2/ |
2011-04-21-FILoweringBug.ll | 3 ; Use sp, #imm to lower frame indices when the offset is multiple of 4
|
/external/mesa3d/src/gallium/docs/source/ |
index.rst | 24 Indices and tables
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_CDName.3 | 11 Returns a human-readable, system-dependent identifier for the CD-ROM\&. \fBdrive\fR is the index of the drive\&. Drive indices start to 0 and end at \fBSDL_CDNumDrives()\fP-1\&.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Netscape_Suite.py | 37 # Indices of types declared in this module
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
statvfs.py | 6 # Indices for statvfs struct members in the tuple returned by
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 108 indices = (0, None, 1, 3, 19, 300, -1, -2, -31, -300) 109 for start in indices: 110 for stop in indices: 112 for step in indices[1:]:
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
statvfs.py | 6 # Indices for statvfs struct members in the tuple returned by
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_structseq.py | 108 indices = (0, None, 1, 3, 19, 300, -1, -2, -31, -300) 109 for start in indices: 110 for stop in indices: 112 for step in indices[1:]:
|