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

  /frameworks/rs/
rs_compat.spec 4 param RsAllocationMipmapControl mipmaps
rsAllocation.h 59 RsAllocationMipmapControl mipmapControl;
112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
115 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
228 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
rsHidlAdaptation.h 77 static RsAllocation AllocationCreateTyped(RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
78 static RsAllocation AllocationCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
79 static RsAllocation AllocationCubeCreateFromBitmap(RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
rs.spec 59 param RsAllocationMipmapControl mipmaps
68 param RsAllocationMipmapControl mipmaps
77 param RsAllocationMipmapControl mipmaps
rsAllocation.cpp 29 RsAllocationMipmapControl mc, void * ptr)
62 RsAllocationMipmapControl mc, void * ptr,
102 RsAllocationMipmapControl mc, void * ptr) {
740 RsAllocationMipmapControl mipmaps,
751 RsAllocationMipmapControl mipmaps,
764 RsAllocationMipmapControl mipmaps,
786 RsAllocationMipmapControl mipmaps,
    [all...]
rsApiStubs.h 59 extern "C" RsAllocation rsAllocationCreateTyped (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, uint32_t usages, uintptr_t ptr);
60 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void * data, size_t data_length, uint32_t usages);
61 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext rsc, RsType vtype, RsAllocationMipmapControl mipmaps, const void * data, size_t data_length, uint32_t usages);
rsDefines.h 102 enum RsAllocationMipmapControl {
rsRuntime.h 170 RsAllocationMipmapControl mipmaps,
rsApiStubs.cpp 337 extern "C" RsAllocation rsAllocationCreateTyped (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps,
343 extern "C" RsAllocation rsAllocationCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps,
349 extern "C" RsAllocation rsAllocationCubeCreateFromBitmap (RsContext ctxWrapper, RsType vtype, RsAllocationMipmapControl mipmaps,
    [all...]
rsScriptC_Lib.cpp 346 RsAllocationMipmapControl mipmaps,
rsHidlAdaptation.cpp 420 RsAllocationMipmapControl mipmaps,
433 RsAllocationMipmapControl mipmaps,
447 RsAllocationMipmapControl mipmaps,
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 46 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
47 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t, size_t);
48 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
49 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
Allocation.cpp 425 RsAllocationMipmapControl mipmaps, uint32_t usage) {
438 RsAllocationMipmapControl mipmaps, uint32_t usage,
rsCppStructs.h 847 RsAllocationMipmapControl mipmaps, uint32_t usage);
860 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 90 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips);
99 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips);
108 RsAllocationMipmapControl _amips = static_cast<RsAllocationMipmapControl>(amips);
    [all...]
  /frameworks/rs/rsov/driver/
rsovRuntimeStubs.cpp 116 // Empty to avoid conflicting definitions with RsAllocationMipmapControl
316 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages,
375 obj = CreateAllocation((RsType)type.p, (RsAllocationMipmapControl)mipmaps,
398 return CreateAllocation((RsType)type.p, (RsAllocationMipmapControl)mipmaps,
    [all...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 130 // Empty to avoid conflicting definitions with RsAllocationMipmapControl
337 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages,
403 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps,
430 (RsAllocationMipmapControl) mipmaps,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 985 milliseconds