Lines Matching refs:binaryformat
2163 _mesa_ShaderBinary(GLint n, const GLuint* shaders, GLenum binaryformat,
2173 * An INVALID_ENUM error is generated if binaryformat is not a supported
2201 if (binaryformat == GL_SHADER_BINARY_FORMAT_SPIR_V_ARB) {
2218 GLenum *binaryFormat, GLvoid *binary)
2263 _mesa_get_program_binary(ctx, shProg, bufSize, length, binaryFormat,
2265 assert(*length == 0 || *binaryFormat == GL_PROGRAM_BINARY_FORMAT_MESA);
2270 _mesa_ProgramBinary(GLuint program, GLenum binaryFormat,
2294 binaryFormat != GL_PROGRAM_BINARY_FORMAT_MESA) {
2297 * "<binaryFormat> and <binary> must be those returned by a previous
2304 * Since any value of binaryFormat passed "is not one of those specified as
2310 _mesa_program_binary(ctx, shProg, binaryFormat, binary, length);