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/native/opengl/libagl/
texture.cpp
696
const GGLSurface&
cbSurface
= c->rasterizer.state.buffers.color.s;
697
y = gglIntToFixed(
cbSurface
.height) - (y + h);
800
const GGLSurface&
cbSurface
= c->rasterizer.state.buffers.color.s;
801
y =
cbSurface
.height - (y + h);
[
all
...]
/system/core/libpixelflinger/
raster.cpp
156
const GGLSurface&
cbSurface
= c->state.buffers.color.s;
Completed in 2838 milliseconds