Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching full:maxlength

681     GLint maxLength=0;
682 ctx->glGetProgramiv(self, program, GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLength);
686 GLchar *name = new GLchar[maxLength+1];
691 ctx->glGetActiveUniform(self, program, i, maxLength, NULL, &size, &type, name);