HomeSort by relevance Sort by last modified time
    Searched refs:arrays (Results 101 - 125 of 711) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/native/opengl/libagl/
vertex.cpp 99 c->arrays.cull &= clip;
113 c->arrays.mv_transform(
144 c->arrays.cull = 0;
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 105 spec.arrays.push_back(arraySpec);
210 spec.arrays.push_back(arraySpec);
313 spec.arrays.push_back(arraySpec);
414 spec.arrays.push_back(arraySpec);
  /external/mesa3d/src/mesa/vbo/
vbo_save.h 127 struct gl_client_array arrays[VBO_ATTRIB_MAX]; member in struct:vbo_save_context
vbo_split_inplace.c 265 const struct gl_client_array *arrays[],
279 split.array = arrays;
  /frameworks/rs/driver/runtime/
rs_structs.h 260 uint32_t *arrays; member in struct:Type::__anon30215::__anon30216
  /prebuilts/go/darwin-x86/src/cmd/cgo/
godefs.go 30 // able to treat them as byte arrays, so the godefs
103 // Substitute those union types with byte arrays.
  /prebuilts/go/linux-x86/src/cmd/cgo/
godefs.go 30 // able to treat them as byte arrays, so the godefs
103 // Substitute those union types with byte arrays.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
interpolation.js 27 'If interpolation arguments are not numbers or bools they must be arrays');
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglGL30.java 333 public void glDeleteVertexArrays (int n, int[] arrays, int offset) {
335 GL30.glDeleteVertexArrays(arrays[i]);
340 public void glDeleteVertexArrays (int n, IntBuffer arrays) {
341 GL30.glDeleteVertexArrays(arrays);
345 public void glGenVertexArrays (int n, int[] arrays, int offset) {
347 arrays[i] = GL30.glGenVertexArrays();
352 public void glGenVertexArrays (int n, IntBuffer arrays) {
353 GL30.glGenVertexArrays(arrays);
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3GL30.java 335 public void glDeleteVertexArrays (int n, int[] arrays, int offset) {
337 GL30.glDeleteVertexArrays(arrays[i]);
342 public void glDeleteVertexArrays (int n, IntBuffer arrays) {
343 GL30.glDeleteVertexArrays(arrays);
347 public void glGenVertexArrays (int n, int[] arrays, int offset) {
349 arrays[i] = GL30.glGenVertexArrays();
354 public void glGenVertexArrays (int n, IntBuffer arrays) {
355 GL30.glGenVertexArrays(arrays);
  /external/pdfium/core/
pdfiumfxcodec.mk 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
  /external/pdfium/fpdfsdk/
pdfium.mk 10 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays -fexceptions
  /external/v8/test/mjsunit/
dont-enum-array-holes.js 28 // Do not enum holes in arrays.
  /external/v8/test/mjsunit/regress/
regress-4173.js 24 // Prepare identical transition chains for smi and object arrays.
regress-crbug-244461.js 28 // Flags: --allow-natives-syntax --smi-only-arrays
  /external/v8/test/webkit/
array-sort-sparse.js 25 "This tests that arrays and array like objects containing holes are sorted correctly."
new-array-double-with-holes.js 25 "Tests that if array allocation profiling causes a new_array to allocate double arrays, then the holes end up being correctly initialized."
resize-array-assign.js 24 description("Tests that assignments into arrays behave properly after the array is resized.")
  /prebuilts/go/darwin-x86/src/go/ast/
print_test.go 35 // arrays
  /prebuilts/go/darwin-x86/test/ken/
array.go 7 // Test arrays and slices.
range.go 7 // Test 'for range' on arrays, slices, and maps.
  /prebuilts/go/linux-x86/src/go/ast/
print_test.go 35 // arrays
  /prebuilts/go/linux-x86/test/ken/
array.go 7 // Test arrays and slices.
range.go 7 // Test 'for range' on arrays, slices, and maps.
  /external/libgdx/gdx/jni/iosgl/
iosgl30.cpp 446 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) {
447 int* v = (int*)env->GetPrimitiveArrayCritical(arrays, 0);
449 env->ReleasePrimitiveArrayCritical(arrays, v, 0);
458 (JNIEnv *env, jobject, jint n, jobject arrays) {
459 void* dataPtr = getDirectBufferPointer( env, arrays );
469 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) {
470 int* v = (int*)env->GetPrimitiveArrayCritical(arrays, 0);
472 env->ReleasePrimitiveArrayCritical(arrays, v, 0);
481 (JNIEnv *env, jobject, jint n, jobject arrays) {
482 void* dataPtr = getDirectBufferPointer( env, arrays );
    [all...]

Completed in 1945 milliseconds

1 2 3 45 6 7 8 91011>>