OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cbSurface
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/opengl/libagl/
texture.cpp
697
const GGLSurface&
cbSurface
= c->rasterizer.state.buffers.color.s;
698
y = gglIntToFixed(
cbSurface
.height) - (y + h);
801
const GGLSurface&
cbSurface
= c->rasterizer.state.buffers.color.s;
802
y =
cbSurface
.height - (y + h);
[
all
...]
/system/core/libpixelflinger/
raster.cpp
156
const GGLSurface&
cbSurface
= c->state.buffers.color.s;
Completed in 240 milliseconds