Lines Matching defs:textureWidth
94 int textureWidth;
261 for (int x = 0; x < config.textureWidth; x++)
292 gl.texImage2D(GL_TEXTURE_2D, 0, GL_RGBA, config.textureWidth, config.textureWidth, 0, GL_RGBA, GL_UNSIGNED_BYTE, &(data[0]));
1026 log << TestLog::Message << "Texture size: " << config.textureWidth << "x" << config.textureHeight << TestLog::EndMessage;
1114 basicConfig.textureWidth = 128;