Lines Matching refs:QPlatformTextureList

134     QPlatformTextureList::Flags flags;
151 QPlatformTextureList::QPlatformTextureList(QObject *parent) in QPlatformTextureList() function in QPlatformTextureList
156 QPlatformTextureList::~QPlatformTextureList() in ~QPlatformTextureList()
160 int QPlatformTextureList::count() const in count()
162 Q_D(const QPlatformTextureList); in count()
166 GLuint QPlatformTextureList::textureId(int index) const in textureId()
168 Q_D(const QPlatformTextureList); in textureId()
172 void *QPlatformTextureList::source(int index) in source()
174 Q_D(const QPlatformTextureList); in source()
178 QPlatformTextureList::Flags QPlatformTextureList::flags(int index) const in flags()
180 Q_D(const QPlatformTextureList); in flags()
184 QRect QPlatformTextureList::geometry(int index) const in geometry()
186 Q_D(const QPlatformTextureList); in geometry()
190 QRect QPlatformTextureList::clipRect(int index) const in clipRect()
192 Q_D(const QPlatformTextureList); in clipRect()
196 void QPlatformTextureList::lock(bool on) in lock()
198 Q_D(QPlatformTextureList); in lock()
205 bool QPlatformTextureList::isLocked() const in isLocked()
207 Q_D(const QPlatformTextureList); in isLocked()
211 void QPlatformTextureList::appendTexture(void *source, GLuint textureId, const QRect &geometry, in appendTexture()
214 Q_D(QPlatformTextureList); in appendTexture()
224 void QPlatformTextureList::clear() in clear()
226 Q_D(QPlatformTextureList); in clear()
277 static void blitTextureForWidget(const QPlatformTextureList *textures, int idx, QWindow *window, co… in blitTextureForWidget()
299 const bool srgb = textures->flags(idx).testFlag(QPlatformTextureList::TextureIsSrgb); in blitTextureForWidget()
324 QPlatformTextureList *textures, in composeAndFlush()
379 if (textures->flags(i).testFlag(QPlatformTextureList::TextureIsSrgb)) { in composeAndFlush()
390 if (!textures->flags(i).testFlag(QPlatformTextureList::StacksOnTop)) in composeAndFlush()
461 const QPlatformTextureList::Flags flags = textures->flags(i); in composeAndFlush()
462 if (flags.testFlag(QPlatformTextureList::NeedsPremultipliedAlphaBlending)) { in composeAndFlush()
473 if (flags.testFlag(QPlatformTextureList::StacksOnTop)) in composeAndFlush()