Searched refs:GL_TEXTURE_WRAP_S (Results 1 – 11 of 11) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/qt5/qt5wayland/ |
| H A D | 0003-Revert-Use-a-dedicated-EGLContext-for-the-decoration.patch | 122 - glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_textureWrap); 125 + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); 128 + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); 227 + glGetTexParameteriv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, (GLint *) &m_wrapS); 262 + glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
|
| /OK3568_Linux_fs/external/xserver/glamor/ |
| H A D | glamor_xv.c | 537 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in glamor_xv_render() 544 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in glamor_xv_render() 554 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in glamor_xv_render() 773 GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in glamor_xv_render_dma()
|
| H A D | glamor_render.c | 536 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_BORDER); in glamor_set_composite_texture() 540 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_REPEAT); in glamor_set_composite_texture() 544 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE); in glamor_set_composite_texture() 548 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_MIRRORED_REPEAT); in glamor_set_composite_texture()
|
| /OK3568_Linux_fs/external/xserver/glx/ |
| H A D | indirect_size_get.c | 170 case GL_TEXTURE_WRAP_S: in __glTexParameterfv_size() 841 case GL_TEXTURE_WRAP_S: in __glGetTexParameterfv_size()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/ |
| H A D | compsize.c | 220 case GL_TEXTURE_WRAP_S: in __glTexParameterfv_size()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | context.cpp | 536 MBGL_CHECK_ERROR(glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, GL_CLAMP_TO_EDGE)); in createTexture() 577 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, in bindTexture()
|
| /OK3568_Linux_fs/external/libmali/include/GLES/ |
| H A D | gl.h | 323 #define GL_TEXTURE_WRAP_S 0x2802 macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES2/ |
| H A D | gl2.h | 266 #define GL_TEXTURE_WRAP_S 0x2802 macro
|
| /OK3568_Linux_fs/external/libmali/include/GLES3/ |
| H A D | gl3.h | 266 #define GL_TEXTURE_WRAP_S 0x2802 macro
|
| H A D | gl31.h | 268 #define GL_TEXTURE_WRAP_S 0x2802 macro
|
| H A D | gl32.h | 268 #define GL_TEXTURE_WRAP_S 0x2802 macro
|