Searched defs:uniformIndices_buf (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglGetUniformIndices.cpp81 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
100 if (!uniformIndices_buf) {
120 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
80 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp3308 (JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) {
3327 if (!uniformIndices_buf) {
3347 _indices = (GLuint*)getPointer(_env, uniformIndices_buf,
3455 (JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pname, jobject params_buf) {
3465 uniformIndices = (GLuint *)getPointer(_env, uniformIndices_buf, (jarray*)&_uniformIndicesArray, &_uniformIndicesRemaining, &_uniformIndicesBufferOffset);
3307 android_glGetUniformIndices_buffer(JNIEnv *_env, jobject _this, jint program, jobjectArray uniformNames_ref, jobject uniformIndices_buf) argument
3454 android_glGetActiveUniformsiv__IILjava_nio_IntBuffer_2ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint uniformCount, jobject uniformIndices_buf, jint pname, jobject params_buf) argument

Completed in 283 milliseconds