Lines Matching refs:programInterface
32 bool ValidateNamedProgramInterface(GLenum programInterface) in ValidateNamedProgramInterface() argument
34 switch (programInterface) in ValidateNamedProgramInterface()
49 bool ValidateLocationProgramInterface(GLenum programInterface) in ValidateLocationProgramInterface() argument
51 switch (programInterface) in ValidateLocationProgramInterface()
62 bool ValidateProgramInterface(GLenum programInterface) in ValidateProgramInterface() argument
64 return (programInterface == GL_ATOMIC_COUNTER_BUFFER || in ValidateProgramInterface()
65 ValidateNamedProgramInterface(programInterface)); in ValidateProgramInterface()
125 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
133 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
146 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
164 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
176 if (programInterface == GL_UNIFORM) in ValidateProgramResourcePropertyByInterface()
185 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
198 return ValidateLocationProgramInterface(programInterface); in ValidateProgramResourcePropertyByInterface()
204 return (programInterface == GL_PROGRAM_OUTPUT); in ValidateProgramResourcePropertyByInterface()
209 return ValidateNamedProgramInterface(programInterface); in ValidateProgramResourcePropertyByInterface()
214 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
231 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
249 if (programInterface == GL_BUFFER_VARIABLE) in ValidateProgramResourcePropertyByInterface()
258 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
271 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
285 GLenum programInterface, in ValidateProgramResourceIndex() argument
289 switch (programInterface) in ValidateProgramResourceIndex()
1144 GLenum programInterface, in ValidateGetProgramResourceIndex() argument
1159 if (!ValidateNamedProgramInterface(programInterface)) in ValidateGetProgramResourceIndex()
1315 GLenum programInterface, in ValidateGetProgramResourceName() argument
1333 if (!ValidateNamedProgramInterface(programInterface)) in ValidateGetProgramResourceName()
1339 if (!ValidateProgramResourceIndex(programObject, programInterface, index)) in ValidateGetProgramResourceName()
1542 GLenum programInterface, in ValidateGetProgramResourceLocation() argument
1563 if (!ValidateLocationProgramInterface(programInterface)) in ValidateGetProgramResourceLocation()
1574 GLenum programInterface, in ValidateGetProgramResourceiv() argument
1593 if (!ValidateProgramInterface(programInterface)) in ValidateGetProgramResourceiv()
1608 if (!ValidateProgramResourceIndex(programObject, programInterface, index)) in ValidateGetProgramResourceiv()
1620 if (!ValidateProgramResourcePropertyByInterface(props[i], programInterface)) in ValidateGetProgramResourceiv()
1632 GLenum programInterface, in ValidateGetProgramInterfaceiv() argument
1648 if (!ValidateProgramInterface(programInterface)) in ValidateGetProgramInterfaceiv()
1666 if (pname == GL_MAX_NAME_LENGTH && programInterface == GL_ATOMIC_COUNTER_BUFFER) in ValidateGetProgramInterfaceiv()
1674 switch (programInterface) in ValidateGetProgramInterfaceiv()
1693 GLenum programInterface, in ValidateGetProgramInterfaceivRobustANGLE() argument
2907 GLenum programInterface, in ValidateGetProgramResourceLocationIndexEXT() argument
2920 if (programInterface != GL_PROGRAM_OUTPUT) in ValidateGetProgramResourceLocationIndexEXT()