OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RsAllocationMipmapControl
(Results
1 - 9
of
9
) sorted by null
/frameworks/rs/
rsAllocation.h
59
RsAllocationMipmapControl
mipmapControl;
100
RsAllocationMipmapControl
mc = RS_ALLOCATION_MIPMAP_NONE,
190
Allocation(Context *rsc, const Type *, uint32_t usages,
RsAllocationMipmapControl
mc, void *ptr);
rs.spec
49
param
RsAllocationMipmapControl
mips
58
param
RsAllocationMipmapControl
mips
67
param
RsAllocationMipmapControl
mips
rsAllocation.cpp
31
RsAllocationMipmapControl
mc, void * ptr)
52
RsAllocationMipmapControl
mc, void * ptr) {
595
RsAllocationMipmapControl
mips,
606
RsAllocationMipmapControl
mips,
628
RsAllocationMipmapControl
mips,
rsDefines.h
121
enum
RsAllocationMipmapControl
{
/frameworks/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);
Allocation.cpp
316
RsAllocationMipmapControl
mips, uint32_t usage) {
329
RsAllocationMipmapControl
mips, uint32_t usage,
rsCppStructs.h
508
RsAllocationMipmapControl
mips, uint32_t usage);
521
RsAllocationMipmapControl
mips, uint32_t usage, void * pointer);
[
all
...]
/frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp
324
return (jint) rsAllocationCreateTyped(con, (RsType)type, (
RsAllocationMipmapControl
)mips, (uint32_t)usage, (uint32_t)pointer);
363
(RsType)type, (
RsAllocationMipmapControl
)mip,
379
(RsType)type, (
RsAllocationMipmapControl
)mip,
395
(RsType)type, (
RsAllocationMipmapControl
)mip,
[
all
...]
/frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp
462
return (jint) rsAllocationCreateTyped(con, (RsType)type, (
RsAllocationMipmapControl
)mips, (uint32_t)usage, (uint32_t)pointer);
531
(RsType)type, (
RsAllocationMipmapControl
)mip,
547
(RsType)type, (
RsAllocationMipmapControl
)mip,
563
(RsType)type, (
RsAllocationMipmapControl
)mip,
[
all
...]
Completed in 151 milliseconds