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

1 2 3 4 5 6 7 891011>>

  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-19/arch-x86/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES2/
gl2ext.h 534 GL_APICALL void GL_APIENTRY glDeleteVertexArraysOES (GLsizei n, const GLuint *arrays);
535 GL_APICALL void GL_APIENTRY glGenVertexArraysOES (GLsizei n, GLuint *arrays);
539 typedef void (GL_APIENTRYP PFNGLDELETEVERTEXARRAYSOESPROC) (GLsizei n, const GLuint *arrays);
540 typedef void (GL_APIENTRYP PFNGLGENVERTEXARRAYSOESPROC) (GLsizei n, GLuint *arrays);
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 99 c->arrays.perspective = (c->clipPlanes.enable) ?
102 c->arrays.perspective = ogles_vertex_perspective3DZ;
104 c->arrays.perspective = ogles_vertex_clipAllPerspective3DZ;
106 if ((c->arrays.vertex.size != 4) &&
108 c->arrays.perspective = ogles_vertex_perspective2D;
110 c->arrays.perspective(c, v);
115 c->arrays.perspective = validate_perspective;
  /external/opencv3/modules/core/test/
test_arithm.cpp 555 const Mat *arrays[]={&src, &lb, &rb, &dst, 0};
558 NAryMatIterator it(arrays, planes);
603 const Mat *arrays[]={&src, &dst, 0};
606 NAryMatIterator it(arrays, planes);
898 const Mat *arrays[]={&src, &dst, 0};
901 NAryMatIterator it(arrays, planes);
927 const Mat *arrays[]={&src, &dst, 0};
930 NAryMatIterator it(arrays, planes);
1017 const Mat *arrays[]={&mx, &my, &mmag, &mangle, 0};
1020 NAryMatIterator it(arrays, planes)
    [all...]
  /external/opencv3/modules/core/src/
stat.cpp 1205 const Mat* arrays[] = {&src, 0}; local
    [all...]
matrix.cpp 89 const Mat* arrays[] = { &src, &dst }; local
91 NAryMatIterator it(arrays, ptrs, 2);
120 const Mat* arrays[] = { &src, &dst }; local
122 NAryMatIterator it(arrays, ptrs, 2);
153 const Mat* arrays[] = { &src, &dst }; local
155 NAryMatIterator it(arrays, ptrs, 2);
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp 46 * efficiently bound-check passed arrays */
1604 GLuint *arrays = (GLuint *) 0; local
1645 GLuint *arrays = (GLuint *) 0; local
1670 GLuint *arrays = (GLuint *) 0; local
1711 GLuint *arrays = (GLuint *) 0; local
    [all...]
  /build/blueprint/bpfmt/
bpfmt.go 25 sortLists = flag.Bool("s", false, "sort arrays")
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHullComputer.cpp 698 PoolArray<T>* arrays; member in class:btConvexHullInternal::Pool
704 Pool(): arrays(NULL), nextArray(NULL), freeObjects(NULL), arraySize(256)
710 while (arrays)
712 PoolArray<T>* p = arrays;
713 arrays = p->next;
721 nextArray = arrays;
743 p->next = arrays;
744 arrays = p;
    [all...]
  /external/v8/test/mjsunit/
external-array.js 346 // Make sure bounds checks are handled correctly for external arrays.
375 // Check handling of undefined in 32- and 64-bit external float arrays.
410 // Check handling of 0-sized buffers and arrays.
435 // Check construction from arrays.
json2.js 128 // Test holes in arrays.
  /external/v8/test/webkit/
array-holes.js 24 description("This tests that arrays have holes that you can see the prototype through, not just missing values.");
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictEncoderUtils.java 356 * Initializes the cached addresses of node arrays and their containing nodes from their size.
358 * @param flatNodes the list of node arrays.
379 * Updates the cached addresses of node arrays after recomputing their new positions.
381 * @param flatNodes the list of node arrays.
393 * Compute the addresses and sizes of an ordered list of PtNode arrays.
395 * This method takes a list of PtNode arrays and will update their cached address and size
397 * PtNode arrays can be given the addresses of its children and attributes, and store that into
403 * @param flatNodes the ordered list of PtNode arrays
451 * This method checks a list of PtNode arrays for juxtaposition, that is, it will do
456 * @param arrays the list of node arrays to chec
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
sizes.go 38 // - Arrays and structs are aligned per spec definition; all other
49 // For arrays and structs, alignment is defined in terms
typestring_test.go 47 // arrays
  /prebuilts/go/darwin-x86/src/reflect/
deepequal.go 130 // possible but will scan elements of arrays, slices, maps, and fields of
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
map_test.go 34 // Check instrumentation of unaddressable arrays (issue 4578).
  /prebuilts/go/linux-x86/src/go/types/
sizes.go 38 // - Arrays and structs are aligned per spec definition; all other
49 // For arrays and structs, alignment is defined in terms
typestring_test.go 47 // arrays
  /prebuilts/go/linux-x86/src/reflect/
deepequal.go 130 // possible but will scan elements of arrays, slices, maps, and fields of

Completed in 1699 milliseconds

1 2 3 4 5 6 7 891011>>