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.cpp680 static int getInternalFormat(SkColorType colorType) function in namespace:android
721 return getInternalFormat(nativeBitmap.colorType());
740 internalformat = getInternalFormat(colorType);
787 format = getInternalFormat(colorType);

Completed in 64 milliseconds