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.cpp1777 jint _typeBufferOffset = (jint) 0; local
1787 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1798 type = (GLenum *) (_typeBase + _typeBufferOffset);
1922 jint _typeBufferOffset = (jint) 0; local
1945 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
1952 type = (GLenum *) (_typeBase + _typeBufferOffset);
2105 jint _typeBufferOffset = (jint) 0; local
2115 type = (GLenum *)getPointer(_env, type_buf, &_typeArray, &_typeRemaining, &_typeBufferOffset);
2126 type = (GLenum *) (_typeBase + _typeBufferOffset);
2253 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 1172 milliseconds