OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GGL_ENABLE_TMUS
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/opengl/libagl/
primitives.cpp
295
if (enables &
GGL_ENABLE_TMUS
) {
439
if (!(enables &
GGL_ENABLE_TMUS
))
483
if (enables &
GGL_ENABLE_TMUS
) {
549
const uint32_t mask =
GGL_ENABLE_TMUS
|
619
const uint32_t mask =
GGL_ENABLE_TMUS
|
638
if (enables &
GGL_ENABLE_TMUS
) {
[
all
...]
array.cpp
[
all
...]
/system/core/libpixelflinger/
picker.cpp
101
if (enables &
GGL_ENABLE_TMUS
) {
raster.cpp
164
c->state.enables |=
GGL_ENABLE_TMUS
;
scanline.cpp
299
(c->state.enables &
GGL_ENABLE_TMUS
))
528
if (enables &
GGL_ENABLE_TMUS
) {
563
if (enables &
GGL_ENABLE_TMUS
) {
861
if (enables &
GGL_ENABLE_TMUS
) {
[
all
...]
pixelflinger.cpp
719
if (c->state.enabled_tmu) c->state.enables |=
GGL_ENABLE_TMUS
;
720
else c->state.enables &= ~
GGL_ENABLE_TMUS
;
/system/core/include/private/pixelflinger/
ggl_context.h
206
GGL_ENABLE_TMUS
= 0x00000040,
Completed in 14 milliseconds