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

  /frameworks/base/libs/rs/driver/
rsdAllocation.h 77 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
83 uint32_t lod, RsAllocationCubemapFace face,
94 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
97 RsAllocationCubemapFace srcFace);
101 uint32_t dstLod, RsAllocationCubemapFace dstFace,
105 uint32_t srcLod, RsAllocationCubemapFace srcFace);
rsdAllocation.cpp 78 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
107 p += alloc->mHal.state.type->getLODFaceOffset(lod, (RsAllocationCubemapFace)face, 0, 0);
393 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
423 uint32_t lod, RsAllocationCubemapFace face,
437 RsAllocationCubemapFace face) {
453 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
456 RsAllocationCubemapFace srcFace) {
471 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
474 RsAllocationCubemapFace srcFace) {
488 uint32_t dstLod, RsAllocationCubemapFace dstFace
    [all...]
  /frameworks/base/libs/rs/
rs_hal.h 52 RsAllocationCubemapFace face;
123 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
127 uint32_t lod, RsAllocationCubemapFace face,
138 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
141 RsAllocationCubemapFace srcFace);
145 uint32_t dstLod, RsAllocationCubemapFace dstFace,
149 uint32_t srcLod, RsAllocationCubemapFace srcFace);
rsAllocation.h 84 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
86 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t lod, RsAllocationCubemapFace face,
RenderScriptDefines.h 112 enum RsAllocationCubemapFace {
rs.spec 173 param RsAllocationCubemapFace face
184 param RsAllocationCubemapFace face
rsType.h 52 uint32_t getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face, uint32_t x, uint32_t y) const;
rsAllocation.cpp 88 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
106 uint32_t lod, RsAllocationCubemapFace face,
431 void rsi_Allocation2DElementData(Context *rsc, RsAllocation va, uint32_t x, uint32_t y, uint32_t lod, RsAllocationCubemapFace face,
443 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
564 (RsAllocationCubemapFace)dstFace,
567 (RsAllocationCubemapFace)srcFace);
rsType.cpp 130 uint32_t Type::getLODFaceOffset(uint32_t lod, RsAllocationCubemapFace face, uint32_t x, uint32_t y) const {
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 581 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
592 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
603 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
614 rsAllocation2DData(con, (RsAllocation)alloc, xoff, yoff, lod, (RsAllocationCubemapFace)face, w, h, ptr, sizeBytes);
    [all...]

Completed in 336 milliseconds