OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:syncAll
(Results
1 - 17
of
17
) sorted by null
/frameworks/rs/cpp/
Allocation.cpp
137
void Allocation::
syncAll
(RsAllocationUsageType srcLocation) {
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
AllocationThunker.java
83
public void
syncAll
(int srcLocation) {
85
mN.
syncAll
(srcLocation);
Allocation.java
40
* {@link android.support.v8.renderscript.Allocation#
syncAll
} in
44
* {@link #
syncAll
syncAll
(Allocation.USAGE_SCRIPT)} prior to launching the
121
* copy. {@link #
syncAll
} may also be used to synchronize the Allocation
325
public void
syncAll
(int srcLocation) {
707
* #
syncAll
syncAll
(Allocation.USAGE_SCRIPT)} is required.</p>
[
all
...]
/frameworks/rs/
rsAllocation.cpp
93
void Allocation::
syncAll
(Context *rsc, RsAllocationUsageType src) {
94
rsc->mHal.funcs.allocation.
syncAll
(rsc, this, src);
526
a->
syncAll
(rsc, src);
rs_hal.h
152
void (*
syncAll
)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
BlobCache.java
63
// public void
syncAll
();
177
syncAll
();
585
public void
syncAll
() {
/packages/apps/Mms/src/com/android/mms/util/
BlobCache.java
63
// public void
syncAll
();
176
syncAll
();
571
public void
syncAll
() {
/frameworks/base/graphics/java/android/renderscript/
Allocation.java
42
* different usages using {@link android.renderscript.Allocation#
syncAll
} in
46
* {@link #
syncAll
syncAll
(Allocation.USAGE_SCRIPT)} prior to launching the
150
* copy. {@link #
syncAll
} may also be used to synchronize the Allocation
371
public void
syncAll
(int srcLocation) {
372
Trace.traceBegin(RenderScript.TRACE_TAG, "
syncAll
");
795
* #
syncAll
syncAll
(Allocation.USAGE_SCRIPT)} is required.</p>
[
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 2981 milliseconds