Searched defs:drawTextureRect (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DGLES20Canvas.java589 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
615 drawTextureRect(texture, mTempSourceRect, mTempTargetRect);
625 drawTextureRect(texture, textureTransform, mTempTargetRect);
628 private void drawTextureRect(BasicTexture texture, RectF source, RectF target) { method in class:GLES20Canvas
630 drawTextureRect(texture, mTempTextureMatrix, target);
667 private void drawTextureRect(BasicTexture texture, float[] textureMatrix, RectF target) { method in class:GLES20Canvas
/frameworks/base/libs/hwui/
H A DOpenGLRenderer.cpp2147 drawTextureRect(left, top, right, bottom, texture, paint);
2174 drawTextureRect(0.0f, 0.0f, bitmap->width(), bitmap->height(), texture, paint);
2196 drawTextureRect(left, top, right, bottom, texture, paint);
3415 void OpenGLRenderer::drawTextureRect(float left, float top, float right, float bottom, function in class:android::uirenderer::OpenGLRenderer
3455 void OpenGLRenderer::drawTextureRect(float left, float top, float right, float bottom, function in class:android::uirenderer::OpenGLRenderer

Completed in 76 milliseconds