HomeSort by relevance Sort by last modified time
    Searched refs:GGL_ENABLE_TMUS (Results 1 - 7 of 7) sorted by null

  /frameworks/native/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;
pixelflinger.cpp 719 if (c->state.enabled_tmu) c->state.enables |= GGL_ENABLE_TMUS;
720 else c->state.enables &= ~GGL_ENABLE_TMUS;
scanline.cpp 412 (c->state.enables & GGL_ENABLE_TMUS))
641 if (enables & GGL_ENABLE_TMUS) {
676 if (enables & GGL_ENABLE_TMUS) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 206 GGL_ENABLE_TMUS = 0x00000040,

Completed in 580 milliseconds