OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ENABLE_SMOOTH
(Results
1 - 6
of
6
) sorted by null
/system/core/libpixelflinger/
picker.cpp
100
n |= GGL_BUILD_NEEDS((enables &
GGL_ENABLE_SMOOTH
) ?1:0, SHADE);
pixelflinger.cpp
202
if (c->state.enables &
GGL_ENABLE_SMOOTH
) {
203
c->state.enables &= ~
GGL_ENABLE_SMOOTH
;
208
if (!(c->state.enables &
GGL_ENABLE_SMOOTH
)) {
209
c->state.enables |=
GGL_ENABLE_SMOOTH
;
scanline.cpp
618
if (enables &
GGL_ENABLE_SMOOTH
) {
[
all
...]
/frameworks/base/opengl/libagl/
primitives.cpp
217
int index = enables &
GGL_ENABLE_SMOOTH
? 0x1 : 0;
550
GGL_ENABLE_SMOOTH
|
620
GGL_ENABLE_SMOOTH
|
648
if (enables &
GGL_ENABLE_SMOOTH
) {
[
all
...]
array.cpp
[
all
...]
/system/core/include/private/pixelflinger/
ggl_context.h
201
GGL_ENABLE_SMOOTH
= 0x00000002,
Completed in 100 milliseconds