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

  /frameworks/rs/
rsAllocation.h 51 RsAllocationMipmapControl mipmapControl;
78 RsAllocationMipmapControl mc = RS_ALLOCATION_MIPMAP_NONE,
152 Allocation(Context *rsc, const Type *, uint32_t usages, RsAllocationMipmapControl mc, void *ptr);
rs.spec 43 param RsAllocationMipmapControl mips
52 param RsAllocationMipmapControl mips
61 param RsAllocationMipmapControl mips
rsDefines.h 109 enum RsAllocationMipmapControl {
rsAllocation.cpp 29 RsAllocationMipmapControl mc, void * ptr)
42 RsAllocationMipmapControl mc, void * ptr) {
601 RsAllocationMipmapControl mips,
612 RsAllocationMipmapControl mips,
633 RsAllocationMipmapControl mips,
  /frameworks/rs/cpp/
Allocation.h 116 RsAllocationMipmapControl mips, uint32_t usage);
118 RsAllocationMipmapControl mips, uint32_t usage, void * pointer);
Allocation.cpp 382 RsAllocationMipmapControl mips, uint32_t usage) {
392 RsAllocationMipmapControl mips, uint32_t usage, void *pointer) {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 463 return (jint) rsAllocationCreateTyped(con, (RsType)type, (RsAllocationMipmapControl)mips, (uint32_t)usage, (uint32_t)pointer);
535 (RsType)type, (RsAllocationMipmapControl)mip,
551 (RsType)type, (RsAllocationMipmapControl)mip,
    [all...]

Completed in 93 milliseconds