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

  /frameworks/rs/
rs_compat.spec 4 param RsAllocationMipmapControl mipmaps
rsAllocation.h 63 RsAllocationMipmapControl mipmapControl;
116 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
119 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
246 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 102 enum RsAllocationMipmapControl {
rsAllocation.cpp 30 RsAllocationMipmapControl mc, void * ptr)
63 RsAllocationMipmapControl mc, void * ptr,
103 RsAllocationMipmapControl mc, void * ptr) {
780 RsAllocationMipmapControl mipmaps,
791 RsAllocationMipmapControl mipmaps,
804 RsAllocationMipmapControl mipmaps,
826 RsAllocationMipmapControl mipmaps,
    [all...]
rsRuntime.h 174 RsAllocationMipmapControl mipmaps,
rsScriptC_Lib.cpp 291 RsAllocationMipmapControl mipmaps,
  /frameworks/rs/cpp/
rsDispatch.h 44 typedef RsAllocation (*AllocationCreateTypedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t);
45 typedef RsAllocation (*AllocationCreateStridedFnPtr) (RsContext, RsType, RsAllocationMipmapControl, uint32_t, uintptr_t, size_t);
46 typedef RsAllocation (*AllocationCreateFromBitmapFnPtr) (RsContext, RsType, RsAllocationMipmapControl, const void*, size_t, uint32_t);
47 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...]
  /frameworks/rs/driver/
rsdRuntimeStubs.cpp 114 // Empty to avoid conflicting definitions with RsAllocationMipmapControl
321 RsType type, RsAllocationMipmapControl mipmaps, uint32_t usages,
387 obj = CreateAllocation((RsType) type.p, (RsAllocationMipmapControl) mipmaps,
414 (RsAllocationMipmapControl) mipmaps,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 1097 milliseconds