/frameworks/rs/ |
rsAdapter.h | 45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} 58 RsAllocationCubemapFace mFace; 77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;} 90 RsAllocationCubemapFace mFace;
|
rsAdapter.cpp | 82 a->setFace((RsAllocationCubemapFace)value); 156 a->setFace((RsAllocationCubemapFace)value);
|
rs_hal.h | 59 RsAllocationCubemapFace face; 172 RsAllocationCubemapFace face, uint32_t w, uint32_t h, 184 RsAllocationCubemapFace face, uint32_t w, uint32_t h, 205 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, 208 RsAllocationCubemapFace srcFace);
|
rsAllocation.cpp | 112 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 139 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 547 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face, 559 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 649 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face, 676 (RsAllocationCubemapFace)dstFace, 679 (RsAllocationCubemapFace)srcFace); 726 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
|
rsAllocation.h | 115 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 121 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
|
rs.spec | 155 param RsAllocationCubemapFace face 197 param RsAllocationCubemapFace face
|
rsDefines.h | 127 enum RsAllocationCubemapFace {
|
/frameworks/rs/driver/ |
rsdAllocation.h | 108 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 123 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 146 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h, 149 RsAllocationCubemapFace srcFace);
|
rsdAllocation.cpp | 94 uint32_t lod, RsAllocationCubemapFace face) { 106 RsAllocationCubemapFace face, uint32_t w, uint32_t h) { 137 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face); 799 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, 910 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, [all...] |
/frameworks/rs/cpp/ |
rsDispatch.h | 54 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, const void*, size_t, size_t); 59 typedef void (*Allocation2DReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, void*, size_t, size_t);
|
rsCppStructs.h | 303 RsAllocationCubemapFace mSelectedFace; [all...] |
/frameworks/support/v8/renderscript/jni/ |
android_renderscript_RenderScript.cpp | 496 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 507 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 518 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 529 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); [all...] |
/frameworks/base/graphics/jni/ |
android_renderscript_RenderScript.cpp | 665 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 676 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 687 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); 698 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0); [all...] |