OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mAllocation
(Results
1 - 17
of
17
) sorted by null
/frameworks/rs/
rsAdapter.h
36
void setAllocation(Allocation *a) {
mAllocation
.set(a);}
38
uint32_t getDimX() const {return
mAllocation
->getType()->getLODDimX(mLOD);}
40
const Type * getBaseType() const {return
mAllocation
->getType();}
54
ObjectBaseRef<Allocation>
mAllocation
;
70
uint32_t getDimX() const {return
mAllocation
->getType()->getLODDimX(mLOD);}
71
uint32_t getDimY() const {return
mAllocation
->getType()->getLODDimY(mLOD);}
72
const Type * getBaseType() const {return
mAllocation
->getType();}
74
void setAllocation(Allocation *a) {
mAllocation
.set(a);}
87
ObjectBaseRef<Allocation>
mAllocation
;
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
Buffer.java
30
private Allocation
mAllocation
;
42
mAllocation
= Allocation.createFromBitmap(rs, mBitmap,
69
return
mAllocation
;
74
mAllocation
.copyTo(mBitmap);
/frameworks/base/graphics/java/android/renderscript/
ScriptGroup.java
51
Allocation
mAllocation
;
108
mInputs[ct].
mAllocation
= a;
128
mOutputs[ct].
mAllocation
= a;
Script.java
314
protected Allocation
mAllocation
;
317
mAllocation
= Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
321
mAllocation
= Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
332
return
mAllocation
.getType();
336
return
mAllocation
;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java
799
private Allocation
mAllocation
= null;
823
mAllocation
= Allocation.createTyped(mRenderScript, imageType);
848
mAllocation
.copyFrom(pixels.array());
851
mAllocation
.copyFrom(bitmap);
866
mAllocation
.copyFromUnchecked(bytes);
876
return
mAllocation
;
895
if (
mAllocation
!= null) {
896
mAllocation
.destroy();
897
mAllocation
= null;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptGroup.java
52
Allocation
mAllocation
;
109
mInputs[ct].
mAllocation
= a;
129
mOutputs[ct].
mAllocation
= a;
Script.java
436
protected Allocation
mAllocation
;
439
mAllocation
= Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
443
mAllocation
= Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
454
return
mAllocation
.getType();
458
return
mAllocation
;
/frameworks/rs/cpp/
rsCppStructs.h
[
all
...]
/prebuilts/sdk/renderscript/lib/
javalib.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 269 milliseconds