Searched refs:_typeArray (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp129 jarray _typeArray = (jarray) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
150 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
162 if (_typeArray) {
163 releasePointer(_env, _typeArray, type, JNI_TRUE);
274 jarray _typeArray = (jarray) 0; local
298 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
304 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
317 if (_typeArray) {
318 releasePointer(_env, _typeArray, typ
[all...]
H A DglGetActiveUniform.cpp129 jarray _typeArray = (jarray) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
150 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
162 if (_typeArray) {
163 releasePointer(_env, _typeArray, type, JNI_TRUE);
277 jarray _typeArray = (jarray) 0; local
298 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
305 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
318 if (_typeArray) {
319 releasePointer(_env, _typeArray, typ
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1495 jarray _typeArray = (jarray) 0; local
1506 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1516 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1528 if (_typeArray) {
1529 releasePointer(_env, _typeArray, type, JNI_TRUE);
1640 jarray _typeArray = (jarray) 0; local
1664 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1670 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1683 if (_typeArray) {
1684 releasePointer(_env, _typeArray, typ
1823 jarray _typeArray = (jarray) 0; local
1971 jarray _typeArray = (jarray) 0; local
[all...]

Completed in 100 milliseconds