Lines Matching refs:ProgramBinary
76 GL via ProgramBinary. This is a very useful path for applications that
84 ProgramBinary may also accept binaries in vendor-specific formats
101 void ProgramBinary(uint program, enum binaryFormat,
145 later, as described for ProgramBinary in section 2.14.3. This hint will
146 not take effect until the next time LinkProgram or ProgramBinary has
172 void ProgramBinary(uint program, enum binaryFormat,
194 ProgramBinary. Where linking success or failure is concerned,
195 ProgramBinary can be considered to perform an implicit linking operation.
196 LinkProgram and ProgramBinary both set the program object's LINK_STATUS
201 A successful call to ProgramBinary will reset all uniform variables to
208 are restored when ProgramBinary is called.
210 If ProgramBinary fails to load a binary, no error is generated, but any
223 ProgramBinary under the same configuration must be successful. Any
224 programs loaded successfully by ProgramBinary must be run properly with
234 be in effect until the next time LinkProgram or ProgramBinary has been
266 GetProgramBinary, ProgramBinary, or ProgramParameteri is not the name of
418 ProgramBinary, installed as part of render state with UseProgram, or used
435 during the most recent call to LinkProgram or ProgramBinary, i.e. the one
441 attached to the program object when ProgramBinary is called?
446 shader, if they accidentally called ProgramBinary instead of LinkProgram.
458 ProgramBinary is called with a <binaryFormat> not in this list, the
466 5. Under what conditions might a call to ProgramBinary fail?
470 resupplied with ProgramBinary, and all of the parameters are correct,
477 if the cached program binary format is passed into ProgramBinary anyway.
479 Even if the cached program binary format is still valid, ProgramBinary
485 6. Can BindAttribLocation be called after ProgramBinary to remap an
511 8. How does ProgramBinary interact with uniform values, including
519 9. Should ProgramBinary be expected to load a previously saved program
527 acceptable to fail ProgramBinary.
537 10 01/11/2019 Add an error for ProgramBinary if there are no binary
554 to ProgramBinary since matching the ratified GLES is more