/packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/ |
D | Photo.java | 26 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
|
D | RendererUtils.java | 78 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/ |
D | TextureTest.java | 65 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
|
D | GLCanvasStub.java | 54 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()
|
D | GLCanvasMock.java | 58 BasicTexture texture, int x, int y, int width, int height) { in drawTexture()
|
D | GLMock.java | 145 public void glBindTexture(int target, int texture) { in glBindTexture() 179 public void glActiveTexture(int texture) { in glActiveTexture()
|
D | GLStub.java | 30 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/ |
D | GLCanvas.java | 84 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()
|
D | PhotoFallbackEffect.java | 40 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()
|
D | GLCanvasImpl.java | 324 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()
|
D | FadeOutTexture.java | 25 public FadeOutTexture(BasicTexture texture) { in FadeOutTexture()
|
D | FadeInTexture.java | 27 public FadeInTexture(int color, BasicTexture texture) { in FadeInTexture()
|
D | FadeTexture.java | 36 public FadeTexture(BasicTexture texture) { in FadeTexture()
|
D | AlbumSlotRenderer.java | 92 private static Texture checkTexture(Texture texture) { in checkTexture()
|
D | AlbumSetSlidingWindow.java | 446 BitmapTexture texture = new BitmapTexture(bitmap); in updateEntry() local 515 BitmapTexture texture = new BitmapTexture(bitmap); in updateEntry() local
|
D | AlbumSetSlotRenderer.java | 102 private static Texture checkTexture(Texture texture) { in checkTexture()
|
D | PhotoView.java | 1748 RawTexture texture = new RawTexture(sc.getWidth(), sc.getHeight(), true); in buildFallbackEffect() local 1752 effect.addEntry(item.getPath(), rect, texture); in buildFallbackEffect() local
|
D | TileImageView.java | 365 Tile texture = mActiveTiles.valueAt(i); in freeTextures() local
|