Searched refs:texsize (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | symbol_program.cpp | 41 const Size& texsize, in makeValues() argument 90 uniforms::u_texsize::Value{ texsize }, in makeValues() 106 const Size& texsize, in uniformValues() argument 116 texsize, in uniformValues() 129 const Size& texsize, in uniformValues() argument 144 texsize, in uniformValues()
|
| H A D | symbol_program.hpp | 367 const Size& texsize, 433 const Size& texsize,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/layers/ |
| H A D | render_symbol_layer.cpp | 158 const Size texsize = geometryTile.iconAtlasTexture->size; in render() local 163 …SymbolSDFIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine,… in render() 173 …SymbolSDFIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine,… in render() 182 …SymbolIconProgram::uniformValues(false, values, texsize, parameters.pixelsToGLUnits, alongLine, ti… in render() 212 const Size texsize = geometryTile.glyphAtlasTexture->size; in render() local 216 …SymbolSDFTextProgram::uniformValues(true, values, texsize, parameters.pixelsToGLUnits, alongLine, … in render() 226 …SymbolSDFTextProgram::uniformValues(true, values, texsize, parameters.pixelsToGLUnits, alongLine, … in render()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland-glamor-xv.c | 303 GLint texsize; in xwl_glamor_xv_add_encodings() local 305 glGetIntegerv(GL_MAX_TEXTURE_SIZE, &texsize); in xwl_glamor_xv_add_encodings() 311 pe->width = texsize; in xwl_glamor_xv_add_encodings() 312 pe->height = texsize; in xwl_glamor_xv_add_encodings()
|