/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
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()
|
D | GLES20Canvas.java | 582 public void drawTexture(BasicTexture texture, int x, int y, int width, int height) { in drawTexture() 592 private static void copyTextureCoordinates(BasicTexture texture, RectF outRect) { in copyTextureCoordinates() 607 public void drawTexture(BasicTexture texture, RectF source, RectF target) { in drawTexture() 619 public void drawTexture(BasicTexture texture, float[] textureTransform, int x, int y, int w, in drawTexture() 628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { in drawTextureRect() 643 private static void convertCoordinate(RectF source, RectF target, BasicTexture texture) { in convertCoordinate() 667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { in drawTextureRect() 686 private ShaderParameter[] prepareTexture(BasicTexture texture) { in prepareTexture() 700 private void prepareTexture(BasicTexture texture, int program, ShaderParameter[] params) { in prepareTexture() 716 public void drawMesh(BasicTexture texture, int x, int y, int xyBuffer, int uvBuffer, in drawMesh() [all …]
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | TransformUtils.java | 67 TextureSource texture = frame.lockTextureSource(); in generateMipMaps() local 73 TextureSource texture = frame.lockTextureSource(); in setTextureParameter() local
|
D | CameraStreamer.java | 154 TextureSource texture = mTargetTextures.get(context); in onCleanupContext() local 166 TextureSource texture = mTargetTextures.get(context); in textureForContext() local 429 TextureSource texture = textureForContext(context); in surfaceTextureForContext() local 700 TextureSource texture = TextureSource.newTexture(); in createClientTexture() local
|
/frameworks/native/services/surfaceflinger/CompositionEngine/include/compositionengine/impl/planner/ |
D | TexturePool.h | 44 std::shared_ptr<renderengine::ExternalTexture> texture, const sp<Fence>& fence) in AutoTexture() 94 std::shared_ptr<renderengine::ExternalTexture> texture; member
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
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
|
/frameworks/base/opengl/java/android/opengl/ |
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()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
D | TexturePool.cpp | 56 void TexturePool::returnTexture(std::shared_ptr<renderengine::ExternalTexture>&& texture, in returnTexture()
|
D | CachedSet.cpp | 265 auto texture = texturePool.borrowTexture(); in render() local
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/ |
D | ImageFlipRenderThread.java | 141 int texture = loadTexture(R.drawable.large_photo); in run() local 213 int texture = textures[0]; in loadTexture() local
|
/frameworks/base/tests/graphics/HwAccelerationTest/src/com/android/test/hwui/ |
D | Alpha8BitmapActivity.java | 49 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.spot_mask); in BitmapsView() local
|
D | AdvancedBlendActivity.java | 63 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
D | MoreShadersActivity.java | 65 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
D | GLTextureViewActivity.java | 188 int texture = loadTexture(R.drawable.large_photo); in run() local 260 int texture = textures[0]; in loadTexture() local
|
D | GradientsActivity.java | 97 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in BitmapView() local
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | surface_texture.cpp | 187 void ASurfaceTexture_takeConsumerOwnership(ASurfaceTexture* texture) { in ASurfaceTexture_takeConsumerOwnership() 191 void ASurfaceTexture_releaseConsumerOwnership(ASurfaceTexture* texture) { in ASurfaceTexture_releaseConsumerOwnership()
|
/frameworks/av/media/libstagefright/renderfright/include/renderengine/private/ |
D | Description.h | 60 Texture texture; member
|
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/ |
D | MainActivity.java | 475 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startRecordingVideo() local 599 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startPreview() local
|
/frameworks/rs/ |
D | rsProgram.cpp | 60 uint32_t texture = 0; in Program() local
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 23 GLuint texture; variable
|
/frameworks/native/libs/renderengine/benchmark/ |
D | RenderEngineBench.cpp | 103 auto texture = allocateBuffer(re, width, height, extraUsageFlags, name); in copyBuffer() local
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 19 GLuint texture; variable
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | RenderSurface.cpp | 171 std::shared_ptr<renderengine::ExternalTexture> texture; in dequeueBuffer() local
|
/frameworks/native/opengl/tests/hwc/ |
D | hwcRects.cpp | 160 sp<GraphicBuffer> texture; member in Rectangle
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 23 GLuint texture; variable
|