Searched refs:n_program_binary_formats (Results 1 – 1 of 1) sorted by relevance
382 glw::GLint n_program_binary_formats = 0; in isProgramBinarySupported() local388 gl.getIntegerv(GL_NUM_PROGRAM_BINARY_FORMATS, &n_program_binary_formats); in isProgramBinarySupported()392 return n_program_binary_formats > 0; in isProgramBinarySupported()