Home | History | Annotate | Download | only in driver

Lines Matching refs:RsAllocationCubemapFace

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) {
583 (RsAllocationCubemapFace)alloc->mHal.state.originFace);
629 mip8888(alloc, lod, (RsAllocationCubemapFace)face);
632 mip565(alloc, lod, (RsAllocationCubemapFace)face);
635 mip8(alloc, lod, (RsAllocationCubemapFace)face);