Lines Matching refs:binaryFormat
148 PROGRAM_BINARY_FORMATS_OES. The <binaryFormat> returned by
150 ProgramBinaryOES is called with a <binaryFormat> not in this list, the
155 needs to retrieve a program binary with an anonymous <binaryFormat> and
156 resupply that same <binaryFormat> when loading the program binary.
194 enum *binaryFormat, void *binary);
196 void ProgramBinaryOES(uint program, enum binaryFormat,
224 enum *binaryFormat, void *binary);
232 <binaryFormat>. If <length> is NULL, then no length is returned.
241 void ProgramBinaryOES(uint program, enum binaryFormat,
247 shaders as a portable initial format. <binaryFormat> and <binary> must be
274 format values supported by an implementation. The <binaryFormat> returned
314 GLenum* binaryFormat)
355 glGetProgramBinaryOES(newProgram, binaryLength, NULL, binaryFormat, binary);
380 void loadProgramBinary(const char* myBinaryFileName, GLenum binaryFormat,
402 glProgramBinaryOES(progObj, binaryFormat, binary, binaryLength);