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

  /frameworks/rs/driver/
rsdAllocation.h 89 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
95 uint32_t lod, RsAllocationCubemapFace face,
106 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
109 RsAllocationCubemapFace srcFace);
113 uint32_t dstLod, RsAllocationCubemapFace dstFace,
117 uint32_t srcLod, RsAllocationCubemapFace srcFace);
rsdAllocation.cpp 84 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
113 p += alloc->mHal.state.type->getLODFaceOffset(lod, (RsAllocationCubemapFace)face, 0, 0);
531 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
560 uint32_t lod, RsAllocationCubemapFace face,
574 RsAllocationCubemapFace face) {
590 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
593 RsAllocationCubemapFace srcFace) {
608 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
611 RsAllocationCubemapFace srcFace) {
625 uint32_t dstLod, RsAllocationCubemapFace dstFace
    [all...]
  /frameworks/rs/
rs_hal.h 55 RsAllocationCubemapFace face;
138 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
142 uint32_t lod, RsAllocationCubemapFace face,
153 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
156 RsAllocationCubemapFace srcFace);
160 uint32_t dstLod, RsAllocationCubemapFace dstFace,
164 uint32_t srcLod, RsAllocationCubemapFace srcFace);
rsAllocation.h 94 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
96 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
rs.spec 199 param RsAllocationCubemapFace face
210 param RsAllocationCubemapFace face
rsDefines.h 115 enum RsAllocationCubemapFace {
rsType.h 92 uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
rsAllocation.cpp 94 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
112 uint32_t lod, RsAllocationCubemapFace face,
550 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
562 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
683 (RsAllocationCubemapFace)dstFace,
686 (RsAllocationCubemapFace)srcFace);
rsType.cpp 133 uint32_t Type::getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face,
  /frameworks/rs/cpp/
Allocation.h 45 RsAllocationCubemapFace mSelectedFace;
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 653 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
664 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
675 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
686 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
    [all...]

Completed in 60 milliseconds