Home
last modified time | relevance | path

Searched refs:checkFormat (Results 1 – 2 of 2) sorted by relevance

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