Searched defs:_typeArray (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp125 jintArray _typeArray = (jintArray) 0; local
136 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
146 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
158 if (_typeArray) {
159 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE);
270 jintArray _typeArray = (jintArray) 0; local
294 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
300 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
313 if (_typeArray) {
314 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jin
[all...]
H A DglGetActiveUniform.cpp125 jintArray _typeArray = (jintArray) 0; local
136 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
146 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
158 if (_typeArray) {
159 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE);
273 jintArray _typeArray = (jintArray) 0; local
294 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
301 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
314 if (_typeArray) {
315 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jin
[all...]
H A DglGetTransformFeedbackVarying.cpp132 jintArray _typeArray = (jintArray) 0; local
148 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
159 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
175 if (_typeArray) {
176 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE);
290 jintArray _typeArray = (jintArray) 0; local
314 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
320 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
333 if (_typeArray) {
334 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jin
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1991 jintArray _typeArray = (jintArray) 0; local
2002 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
2012 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
2024 if (_typeArray) {
2025 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE);
2136 jintArray _typeArray = (jintArray) 0; local
2160 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
2166 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
2179 if (_typeArray) {
2180 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jin
2315 jintArray _typeArray = (jintArray) 0; local
2463 jintArray _typeArray = (jintArray) 0; local
[all...]
H A Dandroid_opengl_GLES30.cpp2297 jintArray _typeArray = (jintArray) 0; local
2313 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
2324 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
2340 if (_typeArray) {
2341 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jint*)type, JNI_TRUE);
2455 jintArray _typeArray = (jintArray) 0; local
2479 type = (GLenum *)getPointer(_env, type_buf, (jarray*)&_typeArray, &_typeRemaining, &_typeBufferOffset);
2485 char * _typeBase = (char *)_env->GetIntArrayElements(_typeArray, (jboolean *) 0);
2498 if (_typeArray) {
2499 releaseArrayPointer<jintArray, jint*, IntArrayReleaser>(_env, _typeArray, (jin
[all...]

Completed in 216 milliseconds