Searched defs:info0 (Results 1 - 1 of 1) sorted by relevance

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

Completed in 65 milliseconds