Searched refs:getInternalFormat (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLUtils.java48 public static int getInternalFormat(Bitmap bitmap) { method in class:GLUtils
50 throw new NullPointerException("getInternalFormat can't be used with a null Bitmap");
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp593 static int getInternalFormat(SkBitmap::Config config) function in namespace:android
636 return getInternalFormat(config);
658 internalformat = getInternalFormat(config);
707 format = getInternalFormat(config);
/frameworks/base/services/java/com/android/server/power/
H A DElectronBeam.java404 int format = GLUtils.getInternalFormat(bitmap);

Completed in 694 milliseconds