HomeSort by relevance Sort by last modified time
    Searched full:arrayid (Results 1 - 18 of 18) sorted by null

  /external/jmonkeyengine/engine/src/bullet-native/
com_jme3_bullet_collision_shapes_MeshCollisionShape.cpp 50 (JNIEnv * env, jobject object, jlong arrayId) {
52 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(arrayId);
63 (JNIEnv * env, jobject object, jlong arrayId){
64 btTriangleIndexVertexArray* array = reinterpret_cast<btTriangleIndexVertexArray*>(arrayId);
  /frameworks/base/media/jni/
android_media_MediaMuxer.cpp 35 jmethodID arrayID;
93 (jbyteArray)env->CallObjectMethod(byteBuf, gFields.arrayID);
264 gFields.arrayID =
266 CHECK(gFields.arrayID != NULL);
android_media_Utils.cpp 390 jmethodID arrayID =
392 CHECK(arrayID != NULL);
395 (jbyteArray)env->CallObjectMethod(valueObj, arrayID);
android_media_MediaExtractor.cpp 208 jmethodID arrayID =
210 CHECK(arrayID != NULL);
213 (jbyteArray)env->CallObjectMethod(byteBuf, arrayID);
  /dalvik/vm/
Debugger.h 184 int dvmDbgGetArrayLength(ObjectId arrayId);
185 u1 dvmDbgGetArrayElementTag(ObjectId arrayId);
186 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
188 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
Debugger.cpp 902 int dvmDbgGetArrayLength(ObjectId arrayId)
904 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
912 u1 dvmDbgGetArrayElementTag(ObjectId arrayId)
914 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
989 bool dvmDbgOutputArray(ObjectId arrayId, int firstIndex, int count,
992 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
1040 bool dvmDbgSetArrayElements(ObjectId arrayId, int firstIndex, int count,
1043 ArrayObject* arrayObj = (ArrayObject*) objectIdToObject(arrayId);
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGpuGL.h 325 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
327 SkASSERT(0 == arrayID);
330 if (!fBoundVertexArrayIDIsValid || arrayID != fBoundVertexArrayID) {
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
333 fBoundVertexArrayID = arrayID;
GrGLVertexArray.h 179 GrGLuint arrayID() const { return fID; }
GrGpuGL.cpp     [all...]
  /external/skia/src/gpu/gl/
GrGpuGL.h 325 void setVertexArrayID(GrGpuGL* gpu, GrGLuint arrayID) {
327 SkASSERT(0 == arrayID);
330 if (!fBoundVertexArrayIDIsValid || arrayID != fBoundVertexArrayID) {
331 GR_GL_CALL(gpu->glInterface(), BindVertexArray(arrayID));
333 fBoundVertexArrayID = arrayID;
GrGLVertexArray.h 179 GrGLuint arrayID() const { return fID; }
GrGpuGL.cpp     [all...]
  /dalvik/vm/jdwp/
JdwpHandler.cpp     [all...]
Jdwp.h 42 typedef u8 ObjectId; /* any object (threadID, stringID, arrayID, etc) */
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 488 int arrayId = mShares.get(arrayPos).mId;
490 if (arrayId < id) {
491 if (V) Log.v(TAG, "Array update: removing " + arrayId + " @ "
497 } else if (arrayId == id) {
    [all...]
  /art/runtime/jdwp/
jdwp.h 48 typedef uint64_t ObjectId; /* any object (threadID, stringID, arrayID, etc) */
  /external/chromium_org/v8/src/
runtime.cc 867 int arrayId, ExternalArrayType* array_type, size_t* element_size) {
868 switch (arrayId) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
jdimodel.jar 

Completed in 482 milliseconds