Home
last modified time | relevance | path

Searched refs:GL_CLAMP_TO_BORDER (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_render.c536 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()
/OK3568_Linux_fs/external/libmali/include/GLES3/
H A Dgl32.h1676 #define GL_CLAMP_TO_BORDER 0x812D macro
/OK3568_Linux_fs/external/xserver/
H A DChangeLog55016 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_BORDER
86820 glamor: GLES2 doesn't support GL_CLAMP_TO_BORDER.