Lines Matching refs:binaryFormat
99 enum *binaryFormat, void *binary);
101 void ProgramBinary(uint program, enum binaryFormat,
154 enum *binaryFormat, void *binary);
162 format is returned in <binaryFormat>. If <length> is NULL, then no
172 void ProgramBinary(uint program, enum binaryFormat,
178 shaders as a portable initial format. <binaryFormat> and <binary> must be
219 format values supported by an implementation. The <binaryFormat> returned
302 GLenum* binaryFormat)
356 glGetProgramBinary(newProgram, binaryLength, NULL, binaryFormat, binary);
374 void loadProgramBinary(const char* myBinaryFileName, GLenum binaryFormat,
396 glProgramBinary(progObj, binaryFormat, binary, binaryLength);
456 PROGRAM_BINARY_FORMATS. The <binaryFormat> returned by
458 ProgramBinary is called with a <binaryFormat> not in this list, the
463 needs to retrieve a program binary with an anonymous <binaryFormat> and
464 resupply that same <binaryFormat> when loading the program binary.