Searched refs:_typeBufferOffset (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetActiveAttrib.cpp130 jint _typeBufferOffset = (jint) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
151 type = (GLenum *) (_typeBase + _typeBufferOffset);
275 jint _typeBufferOffset = (jint) 0; local
298 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
305 type = (GLenum *) (_typeBase + _typeBufferOffset);
H A DglGetActiveUniform.cpp130 jint _typeBufferOffset = (jint) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
151 type = (GLenum *) (_typeBase + _typeBufferOffset);
278 jint _typeBufferOffset = (jint) 0; local
298 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
306 type = (GLenum *) (_typeBase + _typeBufferOffset);
H A DglGetTransformFeedbackVarying.cpp130 jint _typeBufferOffset = (jint) 0; local
140 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
151 type = (GLenum *) (_typeBase + _typeBufferOffset);
275 jint _typeBufferOffset = (jint) 0; local
298 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
305 type = (GLenum *) (_typeBase + _typeBufferOffset);
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES20.cpp1776 jint _typeBufferOffset = (jint) 0; local
1786 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1797 type = (GLenum *) (_typeBase + _typeBufferOffset);
1921 jint _typeBufferOffset = (jint) 0; local
1944 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1951 type = (GLenum *) (_typeBase + _typeBufferOffset);
2104 jint _typeBufferOffset = (jint) 0; local
2114 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
2125 type = (GLenum *) (_typeBase + _typeBufferOffset);
2252 jint _typeBufferOffset local
[all...]
H A Dandroid_opengl_GLES30.cpp1904 jint _typeBufferOffset = (jint) 0; local
1914 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1925 type = (GLenum *) (_typeBase + _typeBufferOffset);
2049 jint _typeBufferOffset = (jint) 0; local
2072 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
2079 type = (GLenum *) (_typeBase + _typeBufferOffset);

Completed in 143 milliseconds