HomeSort by relevance Sort by last modified time
    Searched refs:indices (Results 126 - 150 of 309) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/src/pipe/
SkGPipeRead.cpp 285 const uint16_t* indices = NULL;
288 indices = skipAlign<uint16_t>(reader, indexCount);
292 indices, indexCount, state->paint());
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 148 // Initialize the thumbnail indices we want to request
151 // Initialize the set of indices we are waiting
442 // Draws the thumbnails, also put unavailable thumbnail indices in
456 // Map [0, mScreenWidth - 1] to the indices of the thumbnail.
545 int indices[] = new int[mWantThumbnails.size()]; local
547 indices[i] = mWantThumbnails.get(i);
556 indices); local
  /external/skia/src/gpu/
SkGpuDevice.cpp 522 SkIndexSource(const uint16_t* indices, int count)
523 : fIndices(indices), fCount(count) {
    [all...]
  /external/v8/test/mjsunit/
array-splice.js 109 // Check variants of negatives and positive indices.
283 // and now check couple of indices above length.
331 // and now check couple of indices above length.
array-concat.js 96 // Negative indices don't get concated.
168 // Negative indices don't get concated.
array-elements-from-array-prototype-chain.js 59 // into a[6], still visible at the corresponding indices.
93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
array-elements-from-array-prototype.js 59 // into a[6], still visible at the corresponding indices.
93 // Slice must keep intact a and reify holes at indices 0--2 and 4--6.
  /external/iproute2/examples/diffserv/
Edge32-ca-u32 150 $TC qdisc add $EGDEV handle 1:0 root dsmark indices 64
  /external/skia/gpu/src/
GrBufferAllocPool.cpp 422 const void* indices,
427 memcpy(space, indices, sizeof(uint16_t) * indexCount);
  /external/v8/test/mjsunit/compiler/
literals.js 91 // Test that literals work for non-smi indices.
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_namednodemapchildnoderange.js 80 list from index 0 thru length -1. All indices should
hc_nodelisttraverselist.js 78 The range of valid child node indices is 0 thru length -1
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_namednodemapchildnoderange.js 80 list from index 0 thru length -1. All indices should
hc_nodelisttraverselist.js 78 The range of valid child node indices is 0 thru length -1
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domstringlistgetlength01.js 79 The range of valid child node indices is 0 to length-1 inclusive.
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 301 float[] texs, int texOffset, int[] colors, int colorOffset, short[] indices,
304 colorOffset, indices, indexOffset, indexCount, paint);
  /frameworks/base/media/java/android/media/videoeditor/
MediaVideoItem.java 313 int[] indices,
335 startMs, endMs, thumbnailCount, indices, callback, local
  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 7 glDrawElements check_AIOOBE indices count
  /development/tools/emulator/opengl/system/GLESv1_enc/
GLEncoder.h 128 static void s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices);
  /external/flac/include/FLAC/
format.h 682 FLAC__StreamMetadata_CueSheet_Index *indices; member in struct:__anon5839
    [all...]
  /external/qemu/android/config/linux-x86/asm/
kvm.h 160 __u32 indices[0]; member in struct:kvm_msr_list
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 160 __u32 indices[0]; member in struct:kvm_msr_list
  /external/skia/gpu/include/
GrContext.h 332 * @param indices optional array of indices. If NULL vertices
334 * @param indexCount if indices is non-null then this is the
335 * number of indices.
343 const uint16_t indices[],
364 * @param indices optional, pass NULL for non-indexed drawing. If
365 * present supplies indices for indexed drawing
369 * count returns the number of indices and
GrGpu.h 36 uint32_t fIndexCnt; //<! Number of indices drawn
280 * Six indices per quad: 0, 1, 2, 0, 2, 3, etc.
420 void** indices);
  /external/skia/src/core/
SkPictureRecord.h 58 const uint16_t indices[], int indexCount,

Completed in 315 milliseconds

1 2 3 4 56 7 8 91011>>