Lines Matching refs:GetProgramBinary
72 representation of a program object. GetProgramBinary allows an
98 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
153 void GetProgramBinary(uint program, sizei bufSize, sizei *length,
168 to GetProgramBinary will generate an INVALID_OPERATION error.
176 GetProgramBinary. This is useful for future instantiations of the GL to
179 those returned by a previous call to GetProgramBinary, and <length> must
180 be the length of the program binary as returned by GetProgramBinary or
220 by GetProgramBinary must be present in this list.
222 Any program binary retrieved using GetProgramBinary and submitted using
228 executables based on GL state outside the program, GetProgramBinary is
235 called successfully. Additionally, GetProgramBinary calls may be
266 GetProgramBinary, ProgramBinary, or ProgramParameteri is not the name of
275 An INVALID_OPERATION error is generated if GetProgramBinary is called
289 …- Z1 GetProgramBinary N/A Binary representation of pro…
415 RESOLVED: A little. A program binary retrieved with GetProgramBinary
417 time it was retrieved with GetProgramBinary, loaded with
434 The program binary retrieved by GetProgramBinary is the one installed
457 GetProgramBinary is always one of the binary formats in this list. If
469 GetProgramBinary and then in a future run the program binary is
496 followed by a call to GetProgramBinary, the retrieved program binary will
531 with GetProgramBinary at some point. This will give the GL implementation