/frameworks/base/libs/hwui/ |
D | ShapeCache.cpp | 35 PathTexture* texture = get(entry); in getRoundRect() local 59 PathTexture* texture = get(entry); in getCircle() local 81 PathTexture* texture = get(entry); in getOval() local 105 PathTexture* texture = get(entry); in getRect() local 128 PathTexture* texture = get(entry); in getArc() local
|
D | GradientCache.cpp | 84 void GradientCache::operator()(GradientCacheEntry& shader, Texture*& texture) { in operator ()() 104 Texture* texture = mCache.get(gradient); in get() local 145 Texture* texture = new Texture; in addLinearGradient() local 154 void GradientCache::generateTexture(SkBitmap* bitmap, Texture* texture) { in generateTexture()
|
D | TextDropShadowCache.cpp | 83 void TextDropShadowCache::operator()(ShadowText& text, ShadowTexture*& texture) { in operator ()() 107 ShadowTexture* texture = mCache.get(entry); in get() local
|
D | TextureCache.cpp | 91 void TextureCache::operator()(SkBitmap*& bitmap, Texture*& texture) { in operator ()() 110 Texture* texture = mCache.get(bitmap); in get() local 171 void TextureCache::generateTexture(SkBitmap* bitmap, Texture* texture, bool regenerate) { in generateTexture()
|
D | OpenGLRenderer.h | 453 inline void bindTexture(GLuint texture) { in bindTexture() 461 inline void bindExternalTexture(GLuint texture) { in bindExternalTexture()
|
D | SkiaShader.cpp | 78 void SkiaShader::bindTexture(Texture* texture, GLenum wrapS, GLenum wrapT) { in bindTexture() 106 Texture* texture = mTextureCache->get(mBitmap); in describe() local 134 Texture* texture = mTexture; in setupProgram() local 228 Texture* texture = mGradientCache->get(mColors, mPositions, mCount, mTileX); in setupProgram() local 340 Texture* texture = mGradientCache->get(mColors, mPositions, mCount); in setupProgram() local
|
D | OpenGLRenderer.cpp | 1200 void OpenGLRenderer::setupDrawTexture(GLuint texture) { in setupDrawTexture() 1208 void OpenGLRenderer::setupDrawExternalTexture(GLuint texture) { in setupDrawExternalTexture() 1302 void OpenGLRenderer::drawAlphaBitmap(Texture* texture, float left, float top, SkPaint* paint) { in drawAlphaBitmap() 1353 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local 1374 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local 1394 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmapMesh() local 1479 Texture* texture = mCaches.textureCache.get(bitmap); in drawBitmap() local 1533 Texture* texture = mCaches.textureCache.get(bitmap); in drawPatch() local 1966 void OpenGLRenderer::drawShape(float left, float top, const PathTexture* texture, SkPaint* paint) { in drawShape() 1981 const PathTexture* texture = mCaches.roundRectShapeCache.getRoundRect( in drawRoundRect() local [all …]
|
D | PathCache.cpp | 70 PathTexture* texture = mCache.get(entry); in get() local
|
D | ShapeCache.h | 476 void ShapeCache<Entry>::removeTexture(PathTexture* texture) { in removeTexture() 488 delete texture; in removeTexture() local 518 PathTexture* texture = new PathTexture; in addTexture() local 570 void ShapeCache<Entry>::generateTexture(SkBitmap& bitmap, Texture* texture) { in generateTexture()
|
D | Vertex.h | 40 float texture[2]; member
|
D | Texture.h | 127 AutoTexture(const Texture* texture): mTexture(texture) { } in AutoTexture()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | TrackingPatternView.java | 49 final Bitmap texture = mTexture; in onDraw() 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()
|
D | Texture.java | 93 int[] texture = new int[1]; in loadTexture() local
|
D | Group.java | 139 Texture texture = parent.getTexture(mat.getMap_Kd()); in draw() local
|
D | Object3D.java | 142 Texture texture = new Texture(is); in loadTexture() local
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
D | MoreShadersActivity.java | 64 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
D | AdvancedBlendActivity.java | 63 Bitmap texture = BitmapFactory.decodeResource(c.getResources(), R.drawable.sunset1); in ShadersView() local
|
D | GLTextureViewActivity.java | 185 int texture = loadTexture(R.drawable.large_photo); in run() local 256 int texture = textures[0]; in loadTexture() local
|
/frameworks/base/opengl/libagl2/src/ |
D | texture.cpp | 136 void glActiveTexture(GLenum texture) in glActiveTexture() 145 void glBindTexture(GLenum target, GLuint texture) in glBindTexture() 327 GLboolean glIsTexture(GLuint texture) in glIsTexture()
|
/frameworks/base/services/surfaceflinger/ |
D | SurfaceFlinger.h | 210 GLuint texture; variable 212 MessageDestroyGLTexture(GLuint texture) : texture(texture) { } in MessageDestroyGLTexture()
|
/frameworks/base/libs/rs/ |
D | rsProgram.cpp | 49 uint32_t texture = 0; in Program() local
|
/frameworks/base/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 14 GLuint texture; variable
|
/frameworks/base/opengl/tests/tritex/ |
D | tritex.cpp | 23 GLuint texture; variable
|
/frameworks/base/opengl/libagl/ |
D | TextureObjectManager.cpp | 317 sp<EGLTextureObject> EGLSurfaceManager::texture(GLuint name) in texture() function in android::EGLSurfaceManager
|