/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
|
D | ImageShader.java | 242 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/ |
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/base/tests/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/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/native/libs/renderengine/include/renderengine/private/ |
D | Description.h | 60 Texture texture; member
|
/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/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 19 GLuint texture; variable
|
/frameworks/native/opengl/libagl/ |
D | TextureObjectManager.cpp | 315 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name) in texture() function in android::EGLSurfaceManager
|
D | context.h | 150 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
|
D | texture.cpp | 336 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/ |
D | hwcRects.cpp | 160 sp<GraphicBuffer> texture; member in Rectangle
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 23 GLuint texture; variable
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 1015 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/ |
D | BootAnimation.h | 53 Texture texture; member
|
/frameworks/base/libs/hwui/debug/ |
D | NullGlesDriver.h | 48 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/ |
D | GL11ExtensionPack.java | 122 int texture in glBindTexture() 204 int texture, in glFramebufferTexture2DOES()
|