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

/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java40 public static int getInternalFormat(Bitmap bitmap) { method in class:GLUtils
42 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp674 static int getInternalFormat(SkColorType colorType) function in namespace:android
715 return getInternalFormat(nativeBitmap.colorType());
734 internalformat = getInternalFormat(colorType);
781 format = getInternalFormat(colorType);

Completed in 167 milliseconds