Lines Matching refs:programObject
3314 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateBindUniformLocationCHROMIUM() local
3315 if (!programObject) in ValidateBindUniformLocationCHROMIUM()
3945 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateAttachShader() local
3946 if (!programObject) in ValidateAttachShader()
3957 if (programObject->getAttachedShader(shaderObject->getType())) in ValidateAttachShader()
4468 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateDetachShader() local
4469 if (!programObject) in ValidateDetachShader()
4480 const Shader *attachedShader = programObject->getAttachedShader(shaderObject->getType()); in ValidateDetachShader()
4560 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetActiveAttrib() local
4562 if (!programObject) in ValidateGetActiveAttrib()
4567 if (index >= static_cast<GLuint>(programObject->getExecutable().getProgramInputs().size())) in ValidateGetActiveAttrib()
4592 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetActiveUniform() local
4594 if (!programObject) in ValidateGetActiveUniform()
4599 if (index >= programObject->getExecutable().getUniforms().size()) in ValidateGetActiveUniform()
4621 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetAttachedShaders() local
4623 if (!programObject) in ValidateGetAttachedShaders()
4660 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetAttribLocation() local
4662 if (!programObject) in ValidateGetAttribLocation()
4668 if (!programObject->isLinked()) in ValidateGetAttribLocation()
4725 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetProgramInfoLog() local
4726 if (!programObject) in ValidateGetProgramInfoLog()
4834 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateGetUniformLocation() local
4836 if (!programObject) in ValidateGetUniformLocation()
4841 if (!programObject->isLinked()) in ValidateGetUniformLocation()
5421 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateValidateProgram() local
5423 if (!programObject) in ValidateValidateProgram()
6064 Program *programObject = GetValidProgram(context, entryPoint, program); in ValidateLinkProgram() local
6065 if (!programObject) in ValidateLinkProgram()
6129 Program *programObject = context->getProgramResolveLink(program); in ValidateUseProgram() local
6130 if (!programObject) in ValidateUseProgram()
6144 if (!programObject->isLinked()) in ValidateUseProgram()