Home
last modified time | relevance | path

Searched refs:uniformIndices_buf (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetUniformIndices.cpp81 …nv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) { in android_glGetUniformIndices_buffer() argument
100 if (!uniformIndices_buf) { in android_glGetUniformIndices_buffer()
120 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer()
/frameworks/base/core/jni/
Dandroid_opengl_GLES30.cpp3719 …nv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) { in android_glGetUniformIndices_buffer() argument
3738 if (!uniformIndices_buf) { in android_glGetUniformIndices_buffer()
3758 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer()
3866 …(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pn… in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2() argument
3879 if (!uniformIndices_buf) { in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2()
3885 …uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, (jarray*)&_uniformIndicesArray, &_… in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2()