Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp629 static bool checkInternalFormat(int32_t bitmapFormat, int internalformat, int type) in checkInternalFormat() function
726 if (checkInternalFormat(bitmapInfo.format, internalformat, type)) { in util_texImage2D()
747 if (checkInternalFormat(bitmapInfo.format, internalFormat, type)) { in util_texSubImage2D()