Searched refs:_count (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglTransformFeedbackVaryings.cpp9 jint _count = 0, _i; local
20 _count = _env->GetArrayLength(varyings_ref);
21 _varyings = (const char**)calloc(_count, sizeof(const char*));
22 for (_i = 0; _i < _count; _i++) {
33 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
36 for (_i = _count - 1; _i >= 0; _i--) {
H A DglGetUniformIndices.cpp9 jint _count = 0; local
21 _count = _env->GetArrayLength(uniformNames_ref);
22 _names = (const char**)calloc(_count, sizeof(const char*));
23 for (_i = 0; _i < _count; _i++) {
46 if (_env->GetArrayLength(uniformIndices_ref) - uniformIndicesOffset < _count) {
56 glGetUniformIndices(program, _count, _names, _indices);
63 for (_i = _count - 1; _i >= 0; _i--) {
85 jint _count = 0; local
107 _count = _env->GetArrayLength(uniformNames_ref);
108 _names = (const char**)calloc(_count, sizeo
[all...]
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES30.cpp1734 jint _count = 0, _i; local
1745 _count = _env->GetArrayLength(varyings_ref);
1746 _varyings = (const char**)calloc(_count, sizeof(const char*));
1747 for (_i = 0; _i < _count; _i++) {
1758 glTransformFeedbackVaryings(program, _count, _varyings, bufferMode);
1761 for (_i = _count - 1; _i >= 0; _i--) {
3100 jint _count = 0; local
3112 _count = _env->GetArrayLength(uniformNames_ref);
3113 _names = (const char**)calloc(_count, sizeof(const char*));
3114 for (_i = 0; _i < _count; _
3176 jint _count = 0; local
[all...]

Completed in 157 milliseconds