OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:drawTextureRect
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
589
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
615
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
625
drawTextureRect
(texture, textureTransform, mTempTargetRect);
628
private void
drawTextureRect
(BasicTexture texture, RectF source, RectF target) {
630
drawTextureRect
(texture, mTempTextureMatrix, target);
667
private void
drawTextureRect
(BasicTexture texture, float[] textureMatrix, RectF target) {
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
589
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
615
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
625
drawTextureRect
(texture, textureTransform, mTempTargetRect);
628
private void
drawTextureRect
(BasicTexture texture, RectF source, RectF target) {
630
drawTextureRect
(texture, mTempTextureMatrix, target);
667
private void
drawTextureRect
(BasicTexture texture, float[] textureMatrix, RectF target) {
[
all
...]
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20Canvas.java
589
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
615
drawTextureRect
(texture, mTempSourceRect, mTempTargetRect);
625
drawTextureRect
(texture, textureTransform, mTempTargetRect);
628
private void
drawTextureRect
(BasicTexture texture, RectF source, RectF target) {
630
drawTextureRect
(texture, mTempTextureMatrix, target);
667
private void
drawTextureRect
(BasicTexture texture, float[] textureMatrix, RectF target) {
[
all
...]
/frameworks/base/libs/hwui/
OpenGLRenderer.h
798
void
drawTextureRect
(float left, float top, float right, float bottom, GLuint texture,
812
void
drawTextureRect
(float left, float top, float right, float bottom,
[
all
...]
OpenGLRenderer.cpp
[
all
...]
Completed in 32 milliseconds