Searched defs:getPixelFormatInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DPixelFormat.java89 public static native void getPixelFormatInfo(int format, PixelFormat info); method in class:PixelFormat
/frameworks/native/libs/ui/
H A DPixelFormat.cpp81 status_t err = getPixelFormatInfo(format, &info);
88 status_t err = getPixelFormatInfo(format, &info);
92 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info) function in namespace:android

Completed in 38 milliseconds