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

  /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;
164 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
176 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
197 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
200 RsAllocationCubemapFace srcFace);
rsAllocation.cpp 105 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
132 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
505 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
517 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
607 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face,
634 (RsAllocationCubemapFace)dstFace,
637 (RsAllocationCubemapFace)srcFace);
684 uint32_t lod, RsAllocationCubemapFace face, uint32_t w,
rsAllocation.h 101 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
107 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
rsDefines.h 127 enum RsAllocationCubemapFace {
rsType.h 94 uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
rs.spec 154 param RsAllocationCubemapFace face
179 param RsAllocationCubemapFace face
206 param RsAllocationCubemapFace face
rsType.cpp 163 uint32_t Type::getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
  /frameworks/rs/driver/
rsdAllocation.h 124 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
139 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
162 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
165 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);
849 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
    [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 666 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
677 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
688 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
699 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes, 0);
    [all...]
  /frameworks/rs/cpp/
rsCppStructs.h 195 RsAllocationCubemapFace mSelectedFace;

Completed in 224 milliseconds