Home
last modified time | relevance | path

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

123

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java94 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()
DGLES20Canvas.java582 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/
DTransformUtils.java67 TextureSource texture = frame.lockTextureSource(); in generateMipMaps() local
73 TextureSource texture = frame.lockTextureSource(); in setTextureParameter() local
DCameraStreamer.java154 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/
DTexturePool.h44 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/
DTexturePoolTest.cpp65 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/
DETC1Util.java65 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/
DTexturePool.cpp56 void TexturePool::returnTexture(std::shared_ptr<renderengine::ExternalTexture>&& texture, in returnTexture()
DCachedSet.cpp265 auto texture = texturePool.borrowTexture(); in render() local
/frameworks/base/tests/UiBench/src/com/android/test/uibench/opengl/
DImageFlipRenderThread.java141 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/
DAlpha8BitmapActivity.java49 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.spot_mask); in BitmapsView() local
DAdvancedBlendActivity.java63 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
DMoreShadersActivity.java65 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
DGLTextureViewActivity.java188 int texture = loadTexture(R.drawable.large_photo); in run() local
260 int texture = textures[0]; in loadTexture() local
DGradientsActivity.java97 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in BitmapView() local
/frameworks/native/libs/nativedisplay/surfacetexture/
Dsurface_texture.cpp187 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/
DDescription.h60 Texture texture; member
/frameworks/av/media/tests/SampleVideoEncoder/app/src/main/java/com/android/media/samplevideoencoder/
DMainActivity.java475 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startRecordingVideo() local
599 SurfaceTexture texture = mTextureView.getSurfaceTexture(); in startPreview() local
/frameworks/rs/
DrsProgram.cpp60 uint32_t texture = 0; in Program() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp23 GLuint texture; variable
/frameworks/native/libs/renderengine/benchmark/
DRenderEngineBench.cpp103 auto texture = allocateBuffer(re, width, height, extraUsageFlags, name); in copyBuffer() local
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp19 GLuint texture; variable
/frameworks/native/services/surfaceflinger/CompositionEngine/src/
DRenderSurface.cpp171 std::shared_ptr<renderengine::ExternalTexture> texture; in dequeueBuffer() local
/frameworks/native/opengl/tests/hwc/
DhwcRects.cpp160 sp<GraphicBuffer> texture; member in Rectangle
/frameworks/native/opengl/tests/gl_basic/
Dgl_basic.cpp23 GLuint texture; variable

123