Searched refs:GL_CLAMP_TO_BORDER (Results 1 – 3 of 3) sorted by relevance
536 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in glamor_set_composite_texture()537 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, GL_CLAMP_TO_BORDER); in glamor_set_composite_texture()
1676 #define GL_CLAMP_TO_BORDER 0x812D macro
55016 glamor_copyarea: Don't use GL_CLAMP_TO_BORDER when GLES2 enabled.55018 We may need to modify all the shader to handle GL_CLAMP_TO_BORDER86820 glamor: GLES2 doesn't support GL_CLAMP_TO_BORDER.