/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetTransformFeedbackVarying.cpp | 124 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2() argument 297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetTransformFeedbackVarying2()
|
D | glGetActiveUniform.cpp | 124 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 274 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveUniform2() argument 297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveUniform2()
|
D | glGetActiveAttrib.cpp | 124 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 139 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 271 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2() argument 297 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveAttrib2()
|
/frameworks/base/core/jni/ |
D | android_opengl_GLES20.cpp | 1771 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 1786 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 1918 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveAttrib2() argument 1944 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveAttrib2() 2099 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 2114 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2249 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetActiveUniform2() argument 2272 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetActiveUniform2()
|
D | android_opengl_GLES30.cpp | 1898 …is, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf… in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() argument 1913 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetTransformFeedbackVarying__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B() 2045 (JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) { in android_glGetTransformFeedbackVarying2() argument 2071 size = (GLint *)getPointer(_env, size_buf, &_sizeArray, &_sizeRemaining, &_sizeBufferOffset); in android_glGetTransformFeedbackVarying2()
|