Searched refs:_typeArray (Results 1 - 5 of 5) 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...]
H A DglGetTransformFeedbackVarying.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...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1775 jarray _typeArray = (jarray) 0; local
1786 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1796 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1808 if (_typeArray) {
1809 releasePointer(_env, _typeArray, type, JNI_TRUE);
1920 jarray _typeArray = (jarray) 0; local
1944 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1950 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1963 if (_typeArray) {
1964 releasePointer(_env, _typeArray, typ
2103 jarray _typeArray = (jarray) 0; local
2251 jarray _typeArray = (jarray) 0; local
[all...]
H A Dandroid_opengl_GLES30.cpp1903 jarray _typeArray = (jarray) 0; local
1914 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1924 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1936 if (_typeArray) {
1937 releasePointer(_env, _typeArray, type, JNI_TRUE);
2048 jarray _typeArray = (jarray) 0; local
2072 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
2078 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
2091 if (_typeArray) {
2092 releasePointer(_env, _typeArray, typ
[all...]

Completed in 20 milliseconds