Searched refs:getPixelFormatInfo (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java85 public static native void getPixelFormatInfo(int format, PixelFormat info); method in class:PixelFormat
/frameworks/base/libs/ui/
H A DPixelFormat.cpp40 status_t err = getPixelFormatInfo(format, &info);
47 status_t err = getPixelFormatInfo(format, &info);
51 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) function in namespace:android
/frameworks/base/core/jni/
H A Dandroid_graphics_PixelFormat.cpp68 err = getPixelFormatInfo(format, &info);
87 { "getPixelFormatInfo", "(ILandroid/graphics/PixelFormat;)V",
/frameworks/base/include/ui/
H A DPixelFormat.h133 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info);
/frameworks/base/services/surfaceflinger/
H A DLayer.cpp143 status_t err = getPixelFormatInfo(format, &info);
158 getPixelFormatInfo(hw.getFormat(), &displayInfo);
317 status_t err = getPixelFormatInfo(PixelFormat(format), &info);
/frameworks/base/libs/gui/
H A DSurfaceComposerClient.cpp484 return getPixelFormatInfo(dcblk->format, &(info->pixelFormatInfo));

Completed in 1648 milliseconds