/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 59 public abstract void drawTexture(BasicTexture texture, int x, int y, int width, int height); in drawTexture() 62 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() 68 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() 82 public abstract void setTextureParameters(BasicTexture texture); in setTextureParameters() 91 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); in initializeTextureSize() 99 public abstract void initializeTexture(BasicTexture texture, Bitmap bitmap); in initializeTexture() 112 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
|
H A D | GLES20Canvas.java | 336 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 346 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 351 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 362 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 377 private static void convertCoordinate(RectF source, RectF target, BasicTexture texture) { in convertCoordinate() 410 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 437 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() 459 public void setTextureParameters(BasicTexture texture) { in setTextureParameters() 469 public void initializeTextureSize(BasicTexture texture, int format, int type) { in initializeTextureSize() 478 public void initializeTexture(BasicTexture texture, Bitmap bitmap) { in initializeTexture() [all …]
|
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 94 BasicTexture texture, int x, int y, int width, int height); in drawTexture() 100 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() 103 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 123 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() 135 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget() 147 public abstract void setTextureParameters(BasicTexture texture); in setTextureParameters() 156 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); in initializeTextureSize() 164 public abstract void initializeTexture(BasicTexture texture, Bitmap bitmap); in initializeTexture() 177 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
|
H A D | GLES20Canvas.java | 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 686 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 786 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() 834 RawTexture texture = getTargetTexture(); in endRenderTarget() local 840 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() 851 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) { in setRenderTarget() 904 public void setTextureParameters(BasicTexture texture) { in setTextureParameters() 915 public void initializeTextureSize(BasicTexture texture, int format, int type) { in initializeTextureSize() [all …]
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
H A D | GLCanvas.java | 96 BasicTexture texture, int x, int y, int width, int height); in drawTexture() 102 public abstract void drawTexture(BasicTexture texture, RectF source, RectF target); in drawTexture() 105 public abstract void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 125 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() 137 public abstract void beginRenderTarget(RawTexture texture); in beginRenderTarget() 149 public abstract void setTextureParameters(BasicTexture texture); in setTextureParameters() 158 public abstract void initializeTextureSize(BasicTexture texture, int format, int type); in initializeTextureSize() 166 public abstract void initializeTexture(BasicTexture texture, Bitmap bitmap); in initializeTexture() 179 public abstract void texSubImage2D(BasicTexture texture, int xOffset, int yOffset, in texSubImage2D()
|
H A D | GLES20Canvas.java | 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 686 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 786 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() 834 RawTexture texture = getTargetTexture(); in endRenderTarget() local 840 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() 851 private void setRenderTarget(BasicTexture oldTexture, RawTexture texture) { in setRenderTarget() 904 public void setTextureParameters(BasicTexture texture) { in setTextureParameters() 915 public void initializeTextureSize(BasicTexture texture, int format, int type) { in initializeTextureSize() [all …]
|
H A D | GLES11Canvas.java | 338 BasicTexture texture, int x, int y, int width, int height) { in drawBoundTexture() 371 BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 375 private void drawTexture(BasicTexture texture, in drawTexture() 406 public void drawTexture(BasicTexture texture, float[] mTextureTransform, in drawTexture() 420 BasicTexture texture) { in convertCoordinate() 453 private boolean bindTexture(BasicTexture texture) { in bindTexture() 840 private void setRenderTarget(RawTexture texture) { in setRenderTarget() 872 RawTexture texture = mTargetStack.remove(mTargetStack.size() - 1); in endRenderTarget() local 878 public void beginRenderTarget(RawTexture texture) { in beginRenderTarget() 916 public void setTextureParameters(BasicTexture texture) { in setTextureParameters() [all …]
|
H A D | FadeOutTexture.java | 28 public FadeOutTexture(BasicTexture texture) { in FadeOutTexture()
|
H A D | FadeInTexture.java | 29 public FadeInTexture(int color, TiledTexture texture) { in FadeInTexture()
|
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
H A D | TransformUtils.java | 67 TextureSource texture = frame.lockTextureSource(); in generateMipMaps() local 73 TextureSource texture = frame.lockTextureSource(); in setTextureParameter() local
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
H A D | TexturePool.h | 44 std::shared_ptr<renderengine::ExternalTexture> texture, const sp<Fence>& fence) in AutoTexture() 94 std::shared_ptr<renderengine::ExternalTexture> texture; member
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | PhotoFallbackEffect.java | 42 public RawTexture texture; field in PhotoFallbackEffect.Entry 44 public Entry(Path path, Rect source, RawTexture texture) { in Entry() 68 public void addEntry(Path path, Rect rect, RawTexture texture) { in addEntry()
|
H A D | PreparePageFadeoutTexture.java | 71 RawTexture texture = null; in prepareFadeOutTexture() local
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | TexturePoolTest.cpp | 65 auto texture = mTexturePool.borrowTexture(); in TEST_F() local 106 auto texture = mTexturePool.borrowTexture(); in TEST_F() local 114 auto texture = mTexturePool.borrowTexture(); in TEST_F() local
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | ETC1Util.java | 65 int fallbackFormat, int fallbackType, ETC1Texture texture) { in loadTexture() 206 public static void writeTexture(ETC1Texture texture, OutputStream output) throws IOException { in writeTexture()
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | TexturePool.cpp | 55 void TexturePool::returnTexture(std::shared_ptr<renderengine::ExternalTexture>&& texture, in returnTexture()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | Alpha8BitmapActivity.java | 49 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.spot_mask); in BitmapsView() local
|
H A D | AdvancedBlendActivity.java | 63 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
H A D | MoreShadersActivity.java | 65 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
H A D | ImageFlipRenderThread.java | 141 int texture = loadTexture(R.drawable.large_photo); in run() local 213 int texture = textures[0]; in loadTexture() local
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | glengine.cpp | 141 GLuint texture = 0; in engine_load3DTexture() local 159 GLuint texture = 0; in engine_load1DTexture() local
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | glengine.cpp | 141 GLuint texture = 0; in engine_load3DTexture() local 159 GLuint texture = 0; in engine_load1DTexture() local
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | glengine.cpp | 141 GLuint texture = 0; in engine_load3DTexture() local 159 GLuint texture = 0; in engine_load1DTexture() local
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | glengine.cpp | 141 GLuint texture = 0; in engine_load3DTexture() local 159 GLuint texture = 0; in engine_load1DTexture() local
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | glengine.cpp | 141 GLuint texture = 0; in engine_load3DTexture() local 159 GLuint texture = 0; in engine_load1DTexture() local
|