OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BitmapTexture
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
23
//
BitmapTexture
is a texture whose content is specified by a fixed Bitmap.
28
public class
BitmapTexture
extends UploadedTexture {
31
public
BitmapTexture
(Bitmap bitmap) {
35
public
BitmapTexture
(Bitmap bitmap, boolean hasBorder) {
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
23
//
BitmapTexture
is a texture whose content is specified by a fixed Bitmap.
28
public class
BitmapTexture
extends UploadedTexture {
31
public
BitmapTexture
(Bitmap bitmap) {
35
public
BitmapTexture
(Bitmap bitmap, boolean hasBorder) {
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
BitmapTexture.java
23
//
BitmapTexture
is a texture whose content is specified by a fixed Bitmap.
28
public class
BitmapTexture
extends UploadedTexture {
31
public
BitmapTexture
(Bitmap bitmap) {
35
public
BitmapTexture
(Bitmap bitmap, boolean hasBorder) {
Completed in 193 milliseconds