Home
last modified time | relevance | path

Searched refs:info0 (Results 1 – 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLTexture.cpp156 const LevelInfo& info0 = m_info[ii][0]; in generateMipmapLevelInfo() local
157 GC3Dsizei width = info0.width; in generateMipmapLevelInfo()
158 GC3Dsizei height = info0.height; in generateMipmapLevelInfo()
164 info.setInfo(info0.internalFormat, width, height, info0.type); in generateMipmapLevelInfo()
308 const LevelInfo& info0 = m_info[ii][0]; in update() local
309 if (!info0.valid in update()
310 || info0.width != first.width || info0.height != first.height in update()
311 || info0.internalFormat != first.internalFormat || info0.type != first.type) { in update()
315 GC3Dsizei width = info0.width; in update()
316 GC3Dsizei height = info0.height; in update()
[all …]