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

/frameworks/native/opengl/libagl/
H A Dtexture.cpp689 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; local
690 y = gglIntToFixed(cbSurface.height) - (y + h);
793 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s; local
794 y = cbSurface.height - (y + h);
1327 const GGLSurface& cbSurface = c->rasterizer.state.buffers.color.s;
1328 const int cbFormatIdx = cbSurface.format;
1390 y = cbSurface.height - (y + height);
1397 if (x+width > GLint(cbSurface.width))
1398 width = cbSurface.width - x;
1400 if (y+height > GLint(cbSurface
[all...]

Completed in 133 milliseconds