Searched refs:glError (Results 1 – 1 of 1) sorted by relevance
58 unsigned glError = GL_NO_ERROR; in contextless_test() local59 glError = GGLShaderAttach(prog, vs); in contextless_test()60 assert(GL_NO_ERROR == glError); in contextless_test()61 glError = GGLShaderAttach(prog, fs); in contextless_test()62 assert(GL_NO_ERROR == glError); in contextless_test()114 glError = GGLShaderAttach(prog1, vs); in contextless_test()115 assert(GL_NO_ERROR == glError); in contextless_test()116 glError = GGLShaderAttach(prog1, fs1); in contextless_test()117 assert(GL_NO_ERROR == glError); in contextless_test()