HomeSort by relevance Sort by last modified time
    Searched refs:positionID (Results 1 - 14 of 14) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 77 static jfieldID positionID;
113 positionID = _env->GetFieldID(bufferClass, "position", "I");
127 position = _env->GetIntField(buffer, positionID);
177 jint position = _env->GetIntField(buffer, positionID);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
common.cpp 14 static jfieldID positionID;
70 positionID = _env->GetFieldID(bufferClass, "position", "I");
84 position = _env->GetIntField(buffer, positionID);
224 jint position = _env->GetIntField(buffer, positionID);
  /frameworks/base/media/jni/
android_media_Utils.cpp 368 jmethodID positionID =
370 CHECK(positionID != NULL);
376 jint position = env->CallIntMethod(valueObj, positionID);
android_media_MediaExtractor.cpp 189 jmethodID positionID = env->GetMethodID(
192 CHECK(positionID != NULL);
203 byteBuf, positionID, offset);
  /frameworks/base/core/jni/
android_opengl_GLES10Ext.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
android_opengl_GLES31Ext.cpp 39 static jfieldID positionID;
95 positionID = _env->GetFieldID(bufferClass, "position", "I");
109 position = _env->GetIntField(buffer, positionID);
249 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES11.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES10.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES11Ext.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES31.cpp 38 static jfieldID positionID;
94 positionID = _env->GetFieldID(bufferClass, "position", "I");
108 position = _env->GetIntField(buffer, positionID);
248 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES30.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
    [all...]
android_opengl_GLES20.cpp 40 static jfieldID positionID;
96 positionID = _env->GetFieldID(bufferClass, "position", "I");
110 position = _env->GetIntField(buffer, positionID);
250 jint position = _env->GetIntField(buffer, positionID);
    [all...]
com_google_android_gles_jni_GLImpl.cpp 78 static jfieldID positionID;
114 positionID = _env->GetFieldID(bufferClass, "position", "I");
128 position = _env->GetIntField(buffer, positionID);
178 jint position = _env->GetIntField(buffer, positionID);
    [all...]
  /frameworks/base/core/jni/android/opengl/
util.cpp 812 static jfieldID positionID;
832 positionID = GetFieldIDOrDie(env, bufferClass, "position", "I");
845 position = _env->GetIntField(buffer, positionID);
    [all...]

Completed in 1472 milliseconds