Home
last modified time | relevance | path

Searched defs:texture (Results 1 – 25 of 57) 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
DImageShader.java242 public static void renderTextureToTarget(TextureSource texture, in renderTextureToTarget()
277 public void process(TextureSource texture, RenderTarget target, int width, int height) { in process()
/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/base/tests/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/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/native/libs/renderengine/include/renderengine/private/
DDescription.h60 Texture texture; member
/frameworks/rs/
DrsProgram.cpp60 uint32_t texture = 0; in Program() local
/frameworks/native/opengl/tests/tritex/
Dtritex.cpp23 GLuint texture; variable
/frameworks/native/opengl/tests/gl_jni/jni/
Dgl_code.cpp19 GLuint texture; variable
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp315 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name) in texture() function in android::EGLSurfaceManager
Dcontext.h150 vec4_t texture[GGL_TEXTURE_UNIT_COUNT]; member
205 array_t texture[GGL_TEXTURE_UNIT_COUNT]; member
354 EGLTextureObject* texture; member
498 matrix_stack_t texture[GGL_TEXTURE_UNIT_COUNT]; member
Dtexture.cpp336 ogles_context_t* c, int tmu, GLuint texture, const sp<EGLTextureObject>& tex) in bindTextureTmu()
843 void glActiveTexture(GLenum texture) in glActiveTexture()
854 void glBindTexture(GLenum target, GLuint texture) in glBindTexture()
/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
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp1015 Texture texture(Texture::TEXTURE_EXTERNAL, layer.source.buffer.textureName); in drawLayers() local
1154 void GLESRenderEngine::setupLayerTexturing(const Texture& texture) { in setupLayerTexturing()
1172 Texture texture(Texture::TEXTURE_2D, mProtectedTexName); in setupLayerBlackedOut() local
/frameworks/base/cmds/bootanimation/
DBootAnimation.h53 Texture texture; member
/frameworks/base/libs/hwui/debug/
DNullGlesDriver.h48 virtual void glActiveTexture_(GLenum texture) override {} in glActiveTexture_()
54 virtual void glBindTexture_(GLenum target, GLuint texture) override {} in glBindTexture_()
105 GLuint texture, GLint level) override {} in glFramebufferTexture2D_()
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL11ExtensionPack.java122 int texture in glBindTexture()
204 int texture, in glFramebufferTexture2DOES()

123