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.cpp3172 …nv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) { in android_glGetUniformIndices_buffer() argument
3191 if (!uniformIndices_buf) { in android_glGetUniformIndices_buffer()
3211 _indices = (GLuint*)getPointer(_env, uniformIndices_buf, in android_glGetUniformIndices_buffer()
3319 …(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pn… in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2() argument
3329 …uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, &_uniformIndicesArray, &_uniformIn… in android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2()