HomeSort by relevance Sort by last modified time
    Searched refs:elements (Results 751 - 775 of 1581) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_vbo.c 249 const struct pipe_vertex_element *elements)
260 memcpy(so->pipe, elements, sizeof(*elements) * num_elements);
268 const struct pipe_vertex_element *ve = &elements[i];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 91 const D3D11_INPUT_ELEMENT_DESC *elements, unsigned num_elements,
97 dev->CreateInputLayout(elements, num_elements, vs, vs_size, &layout);
166 D3D11_INPUT_ELEMENT_DESC elements[2] = local
173 elements, 2,
  /external/chromium_org/third_party/mesa/src/src/glsl/tests/
copy_constant_to_storage_tests.cpp 35 const unsigned int elements);
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
110 const unsigned red_zone_size = Elements(storage) - val->type->components();
129 const unsigned red_zone_size = Elements(storage) - val->type->components();
153 const unsigned red_zone_size = Elements(storage) - val->type->components();
  /external/chromium_org/tools/perf/metrics/
media.js 5 // This file contains common utilities to find video/audio elements on a page
146 // Searches for all video and audio elements on the page and creates a
  /external/chromium_org/v8/test/mjsunit/
elements-transition.js 51 // Trigger conversion to fast double elements at length-5.
57 // Trigger conversion to fast object elements at length-3.
get-own-property-descriptor.js 97 // Test that elements in the prototype chain is not returned.
107 // Test elements on global proxy object.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2346.js 99 // Test that elements in the prototype chain is not returned.
109 // Test elements on global proxy object.
  /external/eigen/blas/
dspr.f 53 * On entry, INCX specifies the increment for the elements of
130 * Start the operations. In this version the elements of the array AP
sspr.f 53 * On entry, INCX specifies the increment for the elements of
130 * Start the operations. In this version the elements of the array AP
  /external/libffi/testsuite/libffi.call/
cls_24byte.c 75 cls_struct_type.elements = cls_struct_fields;
cls_64byte.c 80 cls_struct_type.elements = cls_struct_fields;
cls_6_1_byte.c 74 cls_struct_type.elements = cls_struct_fields;
cls_7_1_byte.c 76 cls_struct_type.elements = cls_struct_fields;
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 103 gives a description of and the number and order of elements in a
109 Token Name Type Elements Pixel Formats
171 The assignment of elements to fields in the packed pixel is as
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_vbo.c 249 const struct pipe_vertex_element *elements)
260 memcpy(so->pipe, elements, sizeof(*elements) * num_elements);
268 const struct pipe_vertex_element *ve = &elements[i];
  /external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
d3d11u.h 91 const D3D11_INPUT_ELEMENT_DESC *elements, unsigned num_elements,
97 dev->CreateInputLayout(elements, num_elements, vs, vs_size, &layout);
166 D3D11_INPUT_ELEMENT_DESC elements[2] = local
173 elements, 2,
  /external/mesa3d/src/glsl/tests/
copy_constant_to_storage_tests.cpp 35 const unsigned int elements);
72 const unsigned red_zone_size = Elements(storage) - val->type->components();
91 const unsigned red_zone_size = Elements(storage) - val->type->components();
110 const unsigned red_zone_size = Elements(storage) - val->type->components();
129 const unsigned red_zone_size = Elements(storage) - val->type->components();
153 const unsigned red_zone_size = Elements(storage) - val->type->components();
  /external/v8/test/mjsunit/
elements-transition.js 51 // Trigger conversion to fast double elements at length-5.
57 // Trigger conversion to fast object elements at length-3.
get-own-property-descriptor.js 97 // Test that elements in the prototype chain is not returned.
107 // Test elements on global proxy object.
  /frameworks/base/graphics/java/android/graphics/
Bitmap.java 470 * updated: the position is incremented by the number of elements written
474 int elements = dst.remaining(); local
486 long bufferSize = (long)elements << shift;
507 * updated: the position is incremented by the number of elements read from
514 int elements = src.remaining(); local
526 long bufferBytes = (long) elements << shift;
    [all...]
  /frameworks/base/tools/aidl/
AST.cpp 807 N = this->elements.size();
809 this->elements[i]->GatherTypes(types);
857 N = this->elements.size();
859 this->elements[i]->Write(to);
  /libcore/luni/src/main/java/java/util/
LinkedList.java 28 * All optional operations including adding, removing, and replacing elements are supported.
30 * <p>All elements are permitted, including null.
34 * ability to scale to slightly larger numbers of elements. In general, though, you should
252 * elements contained in the specified {@code collection}. The order of the
253 * elements in this new {@code LinkedList} will be determined by the
257 * the collection of elements to add.
350 Collection<? extends E> elements = (collection == this) ? local
364 for (E e : elements) {
390 Collection<? extends E> elements = (collection == this) ? local
394 for (E e : elements) {
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/html/parser/
HTML4.java 29 * See http://www.w3.org/TR/html401/index/elements.html
36 /** Map of all elements */
37 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); field in class:HTML4
66 return elements.get(name.toLowerCase());
75 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
79 return Collections.unmodifiableMap(elements);
122 elements.put(tag, element);
153 * All HTML4 elements.
158 * Some deprecated elements aren't listed there so we make an educated guess:
164 * http://www.w3.org/TR/REC-html40/index/elements.htm
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 30 * See http://www.w3.org/TR/html401/index/elements.html
37 /** Map of all elements */
38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap(); field in class:HTML4
67 return elements.get(name.toLowerCase());
76 * @return Unmodifiable Map of all valid HTML4 elements. Key is lowercase
80 return Collections.unmodifiableMap(elements);
123 elements.put(tag, element);
154 * All HTML4 elements.
159 * Some deprecated elements aren't listed there so we make an educated guess:
165 * http://www.w3.org/TR/REC-html40/index/elements.htm
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridLayoutPainter.java 44 * @param elements the dragged elements
48 IDragElement[] elements) {
49 return new DropFeedbackPainter(rule, elements);
114 * A painter which can paint the drop feedback for elements being dragged into or
123 * @param elements the elements to draw */
124 public DropFeedbackPainter(GridLayoutRule rule, IDragElement[] elements) {
126 mElements = elements;
237 // Draw preview rectangles for all the dragged elements
    [all...]

Completed in 1579 milliseconds

<<31323334353637383940>>