Lines Matching refs:attrib
3314 GLenum attrib = 0; in SDL_GL_GetAttribute() local
3346 attrib = GL_RED_BITS; in SDL_GL_GetAttribute()
3352 attrib = GL_BLUE_BITS; in SDL_GL_GetAttribute()
3358 attrib = GL_GREEN_BITS; in SDL_GL_GetAttribute()
3364 attrib = GL_ALPHA_BITS; in SDL_GL_GetAttribute()
3368 attrib = GL_DOUBLEBUFFER; in SDL_GL_GetAttribute()
3382 attrib = GL_DEPTH_BITS; in SDL_GL_GetAttribute()
3389 attrib = GL_STENCIL_BITS; in SDL_GL_GetAttribute()
3393 attrib = GL_ACCUM_RED_BITS; in SDL_GL_GetAttribute()
3396 attrib = GL_ACCUM_GREEN_BITS; in SDL_GL_GetAttribute()
3399 attrib = GL_ACCUM_BLUE_BITS; in SDL_GL_GetAttribute()
3402 attrib = GL_ACCUM_ALPHA_BITS; in SDL_GL_GetAttribute()
3405 attrib = GL_STEREO; in SDL_GL_GetAttribute()
3418 attrib = GL_SAMPLE_BUFFERS; in SDL_GL_GetAttribute()
3421 attrib = GL_SAMPLES; in SDL_GL_GetAttribute()
3425 attrib = GL_CONTEXT_RELEASE_BEHAVIOR; in SDL_GL_GetAttribute()
3427 attrib = GL_CONTEXT_RELEASE_BEHAVIOR_KHR; in SDL_GL_GetAttribute()
3532 glGetIntegervFunc(attrib, (GLint *) value); in SDL_GL_GetAttribute()