Lines Matching refs:texture_width
2109 glw::GLint texture_height, glw::GLint texture_width, in initTextureStorage() argument
2152 …gl.texImage1D(texture_target, n_level, texture_internalformat, texture_width >> n_level, 0, /* bor… in initTextureStorage()
2164 gl.texImage2D(texture_target, n_level, texture_internalformat, texture_width >> n_level, in initTextureStorage()
2181 gl.texImage3D(texture_target, n_level, texture_internalformat, texture_width >> n_level, in initTextureStorage()
2196 texture_internalformat, texture_width >> n_level, texture_height >> n_level, in initTextureStorage()
2209 texture_internalformat, texture_width >> n_level, texture_height >> n_level, in initTextureStorage()
2226 … gl.texImage2D(cubemap_texture_target, n_level, texture_internalformat, texture_width >> n_level, in initTextureStorage()
2239 gl.texImage3D(texture_target, n_level, texture_internalformat, texture_width >> n_level, in initTextureStorage()
2263 gl.texStorage1D(texture_target, n_levels_needed, texture_internalformat, texture_width); in initTextureStorage()
2277 gl.texStorage2D(texture_target, n_levels, texture_internalformat, texture_width, texture_height); in initTextureStorage()
2294 …gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_he… in initTextureStorage()
2308 texture_internalformat, texture_width, texture_height, in initTextureStorage()
2320 texture_internalformat, texture_width, texture_height, texture_depth, in initTextureStorage()
2334 …gl.texStorage3D(texture_target, n_levels_needed, texture_internalformat, texture_width, texture_he… in initTextureStorage()
2707 const int texture_width = 64; in initTestRuns() local
2751 int parent_texture_width = texture_width; in initTestRuns()