Searched defs:_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.cpp1776 jarray _typeArray = (jarray) 0; local
1787 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1797 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1809 if (_typeArray) {
1810 releasePointer(_env, _typeArray, type, JNI_TRUE);
1921 jarray _typeArray = (jarray) 0; local
1945 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1951 char * _typeBase = (char *)_env->GetPrimitiveArrayCritical(_typeArray, (jboolean *) 0);
1964 if (_typeArray) {
1965 releasePointer(_env, _typeArray, typ
2104 jarray _typeArray = (jarray) 0; local
2252 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 314 milliseconds