OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mMat
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
Matrix2f.java
33
mMat
= new float[4];
45
mMat
= new float[4];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*2 + y];
78
mMat
[x*2 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
88
mMat
[2] = 0
[
all
...]
Matrix3f.java
33
mMat
= new float[9];
45
mMat
= new float[9];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*3 + y];
78
mMat
[x*3 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
87
mMat
[2] = 0
[
all
...]
Matrix4f.java
33
mMat
= new float[16];
45
mMat
= new float[16];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*4 + y];
78
mMat
[x*4 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
87
mMat
[2] = 0
[
all
...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Matrix2f.java
33
mMat
= new float[4];
45
mMat
= new float[4];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*2 + y];
78
mMat
[x*2 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
88
mMat
[2] = 0
[
all
...]
Matrix3f.java
33
mMat
= new float[9];
45
mMat
= new float[9];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*3 + y];
78
mMat
[x*3 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
87
mMat
[2] = 0
[
all
...]
Matrix4f.java
33
mMat
= new float[16];
45
mMat
= new float[16];
46
System.arraycopy(dataArray, 0,
mMat
, 0,
mMat
.length);
56
return
mMat
;
68
return
mMat
[x*4 + y];
78
mMat
[x*4 + y] = v;
85
mMat
[0] = 1;
86
mMat
[1] = 0;
87
mMat
[2] = 0
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
Completed in 461 milliseconds