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

  /frameworks/rs/cpp/
rsDispatch.h 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
45 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
46 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
Allocation.cpp 426 RsAllocationMipmapControl mipmaps, uint32_t usage) {
439 RsAllocationMipmapControl mipmaps, uint32_t usage,
rsCppStructs.h 574 RsAllocationMipmapControl mipmaps, uint32_t usage);
587 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
    [all...]
  /frameworks/rs/
rsAllocation.h 59 RsAllocationMipmapControl mipmapControl;
112 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
229 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
rs.spec 59 param RsAllocationMipmapControl mipmaps
68 param RsAllocationMipmapControl mipmaps
77 param RsAllocationMipmapControl mipmaps
rsDefines.h 103 enum RsAllocationMipmapControl {
rsAllocation.cpp 31 RsAllocationMipmapControl mc, void * ptr)
64 RsAllocationMipmapControl mc, void * ptr) {
720 RsAllocationMipmapControl mipmaps,
731 RsAllocationMipmapControl mipmaps,
753 RsAllocationMipmapControl mipmaps,
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsDispatch.h 39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
rsCppStructs.h 513 RsAllocationMipmapControl mipmaps, uint32_t usage);
526 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsDispatch.h 39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
rsCppStructs.h 513 RsAllocationMipmapControl mipmaps, uint32_t usage);
526 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsDispatch.h 39 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
40 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
41 typedef RsAllocation (*AllocationCubeCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
rsCppStructs.h 513 RsAllocationMipmapControl mipmaps, uint32_t usage);
526 RsAllocationMipmapControl mipmaps, uint32_t usage, void * pointer);
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsDefines.h 121 enum RsAllocationMipmapControl {
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsDefines.h 121 enum RsAllocationMipmapControl {
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsDefines.h 121 enum RsAllocationMipmapControl {
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 217 milliseconds