| /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/GLES/ |
| glext.h | [all...] |
| /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/GLES/ |
| glext.h | [all...] |
| /external/conscrypt/src/main/java/org/conscrypt/ |
| SSLParametersImpl.java | 37 import java.util.Arrays; [all...] |
| /device/generic/goldfish/opengl/system/GLESv2_enc/ |
| gl2_entry.cpp | 164 void glDeleteVertexArraysOES(GLsizei n, const GLuint* arrays); 165 void glGenVertexArraysOES(GLsizei n, GLuint* arrays); [all...] |
| /prebuilts/go/darwin-x86/src/encoding/gob/ |
| doc.go | 78 Structs, arrays and slices are also supported. Structs encode and decode only 79 exported fields. Strings and arrays of bytes are supported with a special, 136 All other slices and arrays are sent as an unsigned count followed by that many
|
| /prebuilts/go/linux-x86/src/encoding/gob/ |
| doc.go | 78 Structs, arrays and slices are also supported. Structs encode and decode only 79 exported fields. Strings and arrays of bytes are supported with a special, 136 All other slices and arrays are sent as an unsigned count followed by that many
|
| /device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
| gles.cpp | 1236 void glDeleteVertexArraysOES(GLsizei n, const GLuint *arrays) 1238 getDispatch()->glDeleteVertexArraysOES(n, arrays); 1241 void glGenVertexArraysOES(GLsizei n, GLuint *arrays) 1243 getDispatch()->glGenVertexArraysOES(n, arrays); [all...] |
| /external/mesa3d/include/GLES2/ |
| gl2ext.h | [all...] |
| /external/mesa3d/src/mesa/main/ |
| api_arrayelt.c | 27 * It involves looking at the format/type of all the enabled vertex arrays 63 AEarray arrays[32]; member in struct:__anon21205 [all...] |
| /external/v8/test/mjsunit/ |
| object-freeze.js | 113 // Test freeze on arrays. 264 // Freezing sparse arrays
|
| object-seal.js | 119 // Test seal on arrays. 346 // Sealing sparse arrays
|
| /frameworks/native/opengl/include/GLES/ |
| glext.h | [all...] |
| /external/opencv3/modules/core/src/ |
| convert.cpp | 837 const Mat** arrays = (const Mat**)(uchar*)_buf; local 986 const Mat** arrays = (const Mat**)(uchar*)_buf; local 1184 const Mat** arrays = (const Mat**)(uchar*)buf; local [all...] |
| /development/ndk/platforms/android-18/samples/gles3jni/jni/ |
| gl3stub.c | 269 GL_APICALL void (* GL_APIENTRY glDeleteVertexArrays) (GLsizei n, const GLuint* arrays); 270 GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays);
|
| gl3stub.h | 414 extern GL_APICALL void (* GL_APIENTRY glDeleteVertexArrays) (GLsizei n, const GLuint* arrays); 415 extern GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays); [all...] |
| /development/ndk/sources/android/ndk_helper/ |
| gl3stub.c | 296 GL_APICALL void (* GL_APIENTRY glDeleteVertexArrays)( GLsizei n, const GLuint* arrays ); 297 GL_APICALL void (* GL_APIENTRY glGenVertexArrays)( GLsizei n, GLuint* arrays );
|
| gl3stub.h | 424 extern GL_APICALL void (* GL_APIENTRY glDeleteVertexArrays) (GLsizei n, const GLuint* arrays); 425 extern GL_APICALL void (* GL_APIENTRY glGenVertexArrays) (GLsizei n, GLuint* arrays); [all...] |
| /external/deqp/framework/opengl/simplereference/ |
| sglrContextWrapper.hpp | 223 void glDeleteVertexArrays (int n, const deUint32* arrays); 224 void glGenVertexArrays (int n, deUint32* arrays);
|
| /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/collision/shapes/ |
| PolygonShape.java | 34 import org.jbox2d.pooling.arrays.IntArray; 35 import org.jbox2d.pooling.arrays.Vec2Array;
|