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

  /frameworks/native/libs/ui/
PixelFormat.cpp 27 case PIXEL_FORMAT_RGBX_8888:
45 case PIXEL_FORMAT_RGBX_8888:
  /frameworks/base/libs/hwui/tests/
TestContext.cpp 37 width, height, PIXEL_FORMAT_RGBX_8888);
  /frameworks/native/include/ui/
PixelFormat.h 60 PIXEL_FORMAT_RGBX_8888 = HAL_PIXEL_FORMAT_RGBX_8888, // 4x8-bit RGB0
  /frameworks/native/opengl/tests/lib/
WindowSurface.cpp 59 PIXEL_FORMAT_RGBX_8888, ISurfaceComposerClient::eOpaque);
  /frameworks/base/cmds/screencap/
screencap.cpp 80 *f = PIXEL_FORMAT_RGBX_8888;
  /frameworks/base/core/jni/
android_view_Surface.cpp 182 /* note: if PIXEL_FORMAT_RGBX_8888 means that all alpha bytes are 0xFF, then
188 case PIXEL_FORMAT_RGBX_8888: return kN32_SkColorType;
231 if (outBuffer.format == PIXEL_FORMAT_RGBX_8888) {
android_view_GraphicBuffer.cpp 149 case PIXEL_FORMAT_RGBX_8888:
android_view_SurfaceControl.cpp 151 case PIXEL_FORMAT_RGBX_8888: {
  /device/generic/goldfish/opengl/system/egl/
eglDisplay.cpp 478 else if ((redSize==8)&&(greenSize==8)&&(blueSize==8)&&(alphaSize==0)) *format = PIXEL_FORMAT_RGBX_8888; //XXX or PIXEL_FORMAT_RGB_888
  /frameworks/native/libs/gui/
GLConsumer.cpp 801 case PIXEL_FORMAT_RGBX_8888:
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp     [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]

Completed in 376 milliseconds