Home | History | Annotate | Download | only in driver

Lines Matching refs:RsAllocationCubemapFace

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);
799 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
910 uint32_t xoff, uint32_t yoff, uint32_t lod, RsAllocationCubemapFace face,
989 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
992 RsAllocationCubemapFace srcFace) {
1028 RsAllocationCubemapFace dstFace, uint32_t w, uint32_t h,
1031 RsAllocationCubemapFace srcFace) {
1100 static void mip565(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
1118 static void mip8888(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
1136 static void mip8(const Allocation *alloc, int lod, RsAllocationCubemapFace face) {
1163 mip8888(alloc, lod, (RsAllocationCubemapFace)face);
1166 mip565(alloc, lod, (RsAllocationCubemapFace)face);
1169 mip8(alloc, lod, (RsAllocationCubemapFace)face);