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

  /frameworks/rs/rsov/driver/
rsovAllocation.h 96 RsAllocationCubemapFace face, uint32_t w,
115 RsAllocationCubemapFace face, uint32_t w,
144 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace,
147 RsAllocationCubemapFace srcFace);
152 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace,
155 RsAllocationCubemapFace srcFace);
rsovAllocation.cpp 149 RsAllocationCubemapFace face) {
159 void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
179 void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
199 void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
339 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
432 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
502 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace,
504 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace) {
536 uint32_t dstYoff, uint32_t dstLod, RsAllocationCubemapFace dstFace,
538 uint32_t srcYoff, uint32_t srcLod, RsAllocationCubemapFace srcFace)
    [all...]
  /frameworks/rs/driver/
rsdAllocation.h 116 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
131 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
154 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
157 RsAllocationCubemapFace srcFace);
rsdAllocation.cpp 88 uint32_t lod, RsAllocationCubemapFace face) {
100 RsAllocationCubemapFace face, uint32_t w, uint32_t h) {
131 const uint8_t *p = GetOffsetPtr(alloc, 0, 0, 0, lod, (RsAllocationCubemapFace)face);
517 lodBias, (RsAllocationCubemapFace)alloc->mHal.state.originFace);
839 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
    [all...]
  /frameworks/rs/
rsAllocation.h 133 void data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
139 void read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
191 void * getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face,
196 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
rsHidlAdaptation.h 87 static void Allocation2DData(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, const void*, size_t, size_t);
93 static void Allocation2DRead(RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, void*, size_t, size_t);
101 static void *AllocationGetPointer(RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t stride_len);
rs_hal.h 249 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
261 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
282 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
285 RsAllocationCubemapFace srcFace);
309 uint32_t lod, RsAllocationCubemapFace face,
rsAllocation.cpp 172 void * Allocation::getPointer(const Context *rsc, uint32_t lod, RsAllocationCubemapFace face,
212 void Allocation::data(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
242 void Allocation::read(Context *rsc, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
701 void rsi_Allocation2DData(Context *rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
807 texAlloc->data(rsc, 0, dI, 0, (RsAllocationCubemapFace)face,
834 (RsAllocationCubemapFace)dstFace,
837 (RsAllocationCubemapFace)srcFace);
    [all...]
rs.spec 170 param RsAllocationCubemapFace face
208 param RsAllocationCubemapFace face
260 param RsAllocationCubemapFace face
rsApiStubs.h 70 extern "C" void * rsAllocationGetPointer (RsContext rsc, RsAllocation va, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t * stride, size_t stride_length);
74 extern "C" void rsAllocation2DData (RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, const void * data, size_t data_length, size_t stride);
80 extern "C" void rsAllocation2DRead (RsContext rsc, RsAllocation va, uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face, uint32_t w, uint32_t h, void * data, size_t data_length, size_t stride);
rsDefines.h 108 enum RsAllocationCubemapFace {
rsApiStubs.cpp 391 extern "C" void * rsAllocationGetPointer (RsContext ctxWrapper, RsAllocation va, uint32_t lod, RsAllocationCubemapFace face,
416 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
452 RsAllocationCubemapFace face, uint32_t w, uint32_t h,
    [all...]
rsHidlAdaptation.cpp 589 uint32_t lod, RsAllocationCubemapFace face,
642 uint32_t lod, RsAllocationCubemapFace face,
    [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 179 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
248 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face);
293 RsAllocationCubemapFace _dstFace = static_cast<RsAllocationCubemapFace>(dstFace);
300 RsAllocationCubemapFace _srcFace = static_cast<RsAllocationCubemapFace>(srcFace);
338 RsAllocationCubemapFace _face = static_cast<RsAllocationCubemapFace>(face)
    [all...]
  /frameworks/rs/cpp/
rsDispatch.h 62 typedef void (*Allocation2DDataFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, const void*, size_t, size_t);
68 typedef void (*Allocation2DReadFnPtr) (RsContext, RsAllocation, uint32_t, uint32_t, uint32_t, RsAllocationCubemapFace, uint32_t, uint32_t, void*, size_t, size_t);
104 typedef void * (*AllocationGetPointerFnPtr) (RsContext, RsAllocation, uint32_t lod, RsAllocationCubemapFace face, uint32_t z, uint32_t array, size_t *stride, size_t stride_len);
rsCppStructs.h 589 RsAllocationCubemapFace mSelectedFace;
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 333 RsAllocationCubemapFace face = RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X,
409 (RsAllocationCubemapFace)fep.current.face,
909 (RsAllocationCubemapFace) mtls->fep.current.face,
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 150 milliseconds