Searched refs:RsAllocationCubemapFace (Results 1 - 13 of 13) sorted by relevance

/frameworks/rs/
H A DrsAdapter.h45 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
58 RsAllocationCubemapFace mFace;
77 inline void setFace(RsAllocationCubemapFace face) {mFace = face;}
90 RsAllocationCubemapFace mFace;
H A DrsAdapter.cpp82 a->setFace((RsAllocationCubemapFace)value);
156 a->setFace((RsAllocationCubemapFace)value);
H A Drs_hal.h59 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);
H A DrsAllocation.cpp112 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,
H A DrsAllocation.h115 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,
H A Drs.spec154 param RsAllocationCubemapFace face
196 param RsAllocationCubemapFace face
H A DrsDefines.h127 enum RsAllocationCubemapFace { enum
/frameworks/rs/driver/
H A DrsdAllocation.h108 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);
H A DrsdAllocation.cpp94 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,
989 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
992 RsAllocationCubemapFace srcFace) {
1028 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
1031 RsAllocationCubemapFace srcFace) {
1100 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace fac
[all...]
/frameworks/rs/cpp/
H A DrsDispatch.h54 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);
H A DrsCppStructs.h303 RsAllocationCubemapFace mSelectedFace;
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp496 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);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp665 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);

Completed in 9728 milliseconds