Home
last modified time | relevance | path

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 Dsymbol_program.cpp41 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 Dsymbol_program.hpp367 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 Drender_symbol_layer.cpp158 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 Dxwayland-glamor-xv.c303 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()