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

/packages/apps/Camera/src/com/android/camera/ui/
H A DCanvasTexture.java32 Bitmap bitmap = generateGLCompatibleBitmap(mWidth, mHeight);
H A DResourceTexture.java47 mBitmap = generateGLCompatibleBitmap(mWidth, mHeight);
H A DTexture.java176 protected Bitmap generateGLCompatibleBitmap(int width, int height) { method in class:Texture

Completed in 3 milliseconds