Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 18 of 18) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
DPhoto.java26 private int texture; field in Photo
42 private Photo(int texture, int width, int height) { in Photo()
48 public int texture() { in texture() method in Photo
DRendererUtils.java78 int texture = createTexture(); in createTexture() local
95 public static Bitmap saveTexture(int texture, int width, int height) { in saveTexture()
118 public static void clearTexture(int texture) { in clearTexture()
251 RenderContext context, int texture, int viewWidth, int viewHeight) { in renderTexture()
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DTextureTest.java65 MyBasicTexture texture = new MyBasicTexture(canvas, 47); in testBasicTexture() local
100 ColorTexture texture = new ColorTexture(0x12345678); in testColorTexture() local
139 MyUploadedTexture texture = new MyUploadedTexture(); in testUploadedTexture() local
194 BitmapTexture texture = new BitmapTexture(bitmap); in testBitmapTexture() local
DGLCanvasStub.java54 BasicTexture texture, int x, int y, int width, int height) {} in drawTexture()
57 public void drawTexture(BasicTexture texture, in drawTexture()
59 public void drawTexture(BasicTexture texture, RectF source, RectF target) {} in drawTexture()
60 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
74 public boolean unloadTexture(BasicTexture texture) { in unloadTexture()
83 public void beginRenderTarget(RawTexture texture) {} in beginRenderTarget()
DGLCanvasMock.java58 BasicTexture texture, int x, int y, int width, int height) { in drawTexture()
DGLMock.java145 public void glBindTexture(int target, int texture) { in glBindTexture()
179 public void glActiveTexture(int texture) { in glActiveTexture()
DGLStub.java30 int texture in glActiveTexture()
45 int texture in glBindTexture()
84 int texture in glClientActiveTexture()
1031 int texture in glIsTexture()
1322 int texture, in glFramebufferTexture2DOES()
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java84 BasicTexture texture, int x, int y, int width, int height); in drawTexture()
89 public void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture()
92 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
109 public boolean unloadTexture(BasicTexture texture); in unloadTexture()
121 public void beginRenderTarget(RawTexture texture); in beginRenderTarget()
DPhotoFallbackEffect.java40 public RawTexture texture; field in PhotoFallbackEffect.Entry
42 public Entry(Path path, Rect source, RawTexture texture) { in Entry()
66 public void addEntry(Path path, Rect rect, RawTexture texture) { in addEntry()
DGLCanvasImpl.java324 BasicTexture texture, int x, int y, int width, int height) { in drawBoundTexture()
356 BasicTexture texture, int x, int y, int width, int height) { in drawTexture()
360 private void drawTexture(BasicTexture texture, in drawTexture()
371 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture()
389 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture()
403 BasicTexture texture) { in convertCoordinate()
435 private boolean bindTexture(BasicTexture texture) { in bindTexture()
770 private void setRenderTarget(RawTexture texture) { in setRenderTarget()
802 RawTexture texture = mTargetStack.remove(mTargetStack.size() - 1); in endRenderTarget() local
808 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget()
DFadeOutTexture.java25 public FadeOutTexture(BasicTexture texture) { in FadeOutTexture()
DFadeInTexture.java27 public FadeInTexture(int color, BasicTexture texture) { in FadeInTexture()
DFadeTexture.java36 public FadeTexture(BasicTexture texture) { in FadeTexture()
DAlbumSlotRenderer.java92 private static Texture checkTexture(Texture texture) { in checkTexture()
DAlbumSetSlidingWindow.java446 BitmapTexture texture = new BitmapTexture(bitmap); in updateEntry() local
515 BitmapTexture texture = new BitmapTexture(bitmap); in updateEntry() local
DAlbumSetSlotRenderer.java102 private static Texture checkTexture(Texture texture) { in checkTexture()
DPhotoView.java1748 RawTexture texture = new RawTexture(sc.getWidth(), sc.getHeight(), true); in buildFallbackEffect() local
1752 effect.addEntry(item.getPath(), rect, texture); in buildFallbackEffect() local
DTileImageView.java365 Tile texture = mActiveTiles.valueAt(i); in freeTextures() local