Home | History | Annotate | Download | only in gles11

Lines Matching defs:_count

9     jint _count = 0;
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;
107 _count = _env->GetArrayLength(uniformNames_ref);
108 _names = (const char**)calloc(_count, sizeof(const char*));
109 for (_i = 0; _i < _count; _i++) {
128 if (_uniformIndicesRemaining < _count) {
135 glGetUniformIndices(program, _count, _names, _indices);
141 for (_i = _count - 1; _i >= 0; _i--) {