OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAdaptedAllocation
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java
30
mAdaptedAllocation
= alloc;
104
int tx =
mAdaptedAllocation
.mType.getX();
105
int ty =
mAdaptedAllocation
.mType.getY();
106
int tz =
mAdaptedAllocation
.mType.getZ();
142
if (!
mAdaptedAllocation
.getType().hasMipmaps()) {
159
if (!
mAdaptedAllocation
.getType().hasFaces()) {
180
if (
mAdaptedAllocation
.getType().getY() == 0) {
183
if (
mAdaptedAllocation
.getType().getY() <= y) {
201
if (
mAdaptedAllocation
.getType().getZ() == 0) {
204
if (
mAdaptedAllocation
.getType().getZ() <= z)
[
all
...]
Allocation.java
70
Allocation
mAdaptedAllocation
;
160
if (
mAdaptedAllocation
!= null) {
161
return
mAdaptedAllocation
.getID();
656
if (
mAdaptedAllocation
!= null) {
[
all
...]
Completed in 1119 milliseconds