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

  /system/core/libpixelflinger/
picker.cpp 102 n |= GGL_BUILD_NEEDS((enables & GGL_ENABLE_W) ?1:0, W);
pixelflinger.cpp 703 const int e = (c->state.enables & GGL_ENABLE_W)?1:0;
705 if (enable) c->state.enables |= GGL_ENABLE_W;
706 else c->state.enables &= ~GGL_ENABLE_W;
scanline.cpp 411 if ((c->state.enables & GGL_ENABLE_W) &&
645 if (enables & GGL_ENABLE_W) {
    [all...]
  /frameworks/native/opengl/libagl/
primitives.cpp 551 GGL_ENABLE_W |
621 GGL_ENABLE_W |
639 if (enables & GGL_ENABLE_W) {
    [all...]
  /system/core/include/private/pixelflinger/
ggl_context.h 209 GGL_ENABLE_W = 0x00000200,

Completed in 46 milliseconds