• Home
  • Raw
  • Download

Lines Matching refs:programInterface

31 bool ValidateNamedProgramInterface(GLenum programInterface)  in ValidateNamedProgramInterface()  argument
33 switch (programInterface) in ValidateNamedProgramInterface()
48 bool ValidateLocationProgramInterface(GLenum programInterface) in ValidateLocationProgramInterface() argument
50 switch (programInterface) in ValidateLocationProgramInterface()
61 bool ValidateProgramInterface(GLenum programInterface) in ValidateProgramInterface() argument
63 return (programInterface == GL_ATOMIC_COUNTER_BUFFER || in ValidateProgramInterface()
64 ValidateNamedProgramInterface(programInterface)); in ValidateProgramInterface()
115 bool ValidateProgramResourcePropertyByInterface(GLenum prop, GLenum programInterface) in ValidateProgramResourcePropertyByInterface() argument
123 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
136 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
154 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
166 if (programInterface == GL_UNIFORM) in ValidateProgramResourcePropertyByInterface()
175 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
188 return ValidateLocationProgramInterface(programInterface); in ValidateProgramResourcePropertyByInterface()
194 return (programInterface == GL_PROGRAM_OUTPUT); in ValidateProgramResourcePropertyByInterface()
199 return ValidateNamedProgramInterface(programInterface); in ValidateProgramResourcePropertyByInterface()
204 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
219 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
237 if (programInterface == GL_BUFFER_VARIABLE) in ValidateProgramResourcePropertyByInterface()
246 switch (programInterface) in ValidateProgramResourcePropertyByInterface()
265 GLenum programInterface, in ValidateProgramResourceIndex() argument
268 switch (programInterface) in ValidateProgramResourceIndex()
1154 GLenum programInterface, in ValidateGetProgramResourceIndex() argument
1169 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()
1519 GLenum programInterface, in ValidateGetProgramResourceLocation() argument
1540 if (!ValidateLocationProgramInterface(programInterface)) in ValidateGetProgramResourceLocation()
1550 GLenum programInterface, in ValidateGetProgramResourceiv() argument
1569 if (!ValidateProgramInterface(programInterface)) in ValidateGetProgramResourceiv()
1584 if (!ValidateProgramResourceIndex(programObject, programInterface, index)) in ValidateGetProgramResourceiv()
1596 if (!ValidateProgramResourcePropertyByInterface(props[i], programInterface)) in ValidateGetProgramResourceiv()
1607 GLenum programInterface, in ValidateGetProgramInterfaceiv() argument
1623 if (!ValidateProgramInterface(programInterface)) in ValidateGetProgramInterfaceiv()
1641 if (pname == GL_MAX_NAME_LENGTH && programInterface == GL_ATOMIC_COUNTER_BUFFER) in ValidateGetProgramInterfaceiv()
1649 switch (programInterface) in ValidateGetProgramInterfaceiv()
1667 GLenum programInterface, in ValidateGetProgramInterfaceivRobustANGLE() argument
2105 GLenum programInterface, in ValidateGetProgramResourceLocationIndexEXT() argument
2118 if (programInterface != GL_PROGRAM_OUTPUT) in ValidateGetProgramResourceLocationIndexEXT()