HomeSort by relevance Sort by last modified time
    Searched refs:RsAllocationUsageType (Results 1 - 11 of 11) sorted by null

  /frameworks/base/libs/rs/
RenderScriptDefines.h 96 enum RsAllocationUsageType {
rsAllocation.h 76 void syncAll(Context *rsc, RsAllocationUsageType src);
rsScriptC_Lib.cpp 163 void rsrAllocationSyncAll(Context *rsc, Script *sc, Allocation *a, RsAllocationUsageType usage) {
rs_hal.h 115 void (*syncAll)(const Context *rsc, const Allocation *alloc, RsAllocationUsageType src);
rs.spec 200 param RsAllocationUsageType src
rsRuntime.h 154 void rsrAllocationSyncAll(Context *, Script *, Allocation *a, RsAllocationUsageType source);
rsAllocation.cpp 65 void Allocation::syncAll(Context *rsc, RsAllocationUsageType src) {
401 void rsi_AllocationSyncAll(Context *rsc, RsAllocation va, RsAllocationUsageType src) {
  /frameworks/base/libs/rs/driver/
rsdAllocation.h 67 RsAllocationUsageType src);
rsdAllocation.cpp 335 RsAllocationUsageType src) {
rsdRuntimeStubs.cpp 46 static void SC_AllocationSyncAll2(Allocation *a, RsAllocationUsageType source) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 443 rsAllocationSyncAll(con, (RsAllocation)a, (RsAllocationUsageType)bits);
    [all...]

Completed in 170 milliseconds