Home | History | Annotate | Download | only in opengl

Lines Matching refs:gl

166 	const glw::Functions& gl = context.getFunctions();
169 gl.getIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS, &numFormats);
173 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]);
175 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_COMPRESSED_TEXTURE_FORMATS) failed");
188 const glw::Functions& gl = context.getFunctions();
192 const char* result = (const char*)gl.getString(GL_EXTENSIONS);
193 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetString(GL_EXTENSIONS) failed");
201 gl.getIntegerv(GL_NUM_EXTENSIONS, &numExtensions);
202 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetIntegerv(GL_NUM_EXTENSIONS) failed");
206 m_extensions[ndx] = (const char*)gl.getStringi(GL_EXTENSIONS, ndx);
207 GLU_EXPECT_NO_ERROR(gl.getError(), "glGetStringi(GL_EXTENSIONS, ndx) failed");