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

/frameworks/native/libs/gui/
H A DBufferQueueProducer.cpp1274 PixelFormat checkFormat = format != 0 ? local
1278 checkFormat != allocFormat || checkUsage != allocUsage) {
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp646 static int checkFormat(SkColorType colorType, int format, int type) function in namespace:android
739 int err = checkFormat(colorType, internalformat, type);
785 int err = checkFormat(colorType, format, type);

Completed in 656 milliseconds