summaryrefslogtreecommitdiff
path: root/rs_hal.h
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2014-07-07 16:27:14 -0700
committerChris Wailes <chriswailes@google.com>2014-07-07 16:27:14 -0700
commitcb51798a0379409c0f9927c44bbcdd772ed7ec18 (patch)
tree52fa30d8dd08038d24bd4ab1c8f066a17a0bc60c /rs_hal.h
parentea8180ff6045dc0b3e63c19d450876e12383adc6 (diff)
downloadrs-cb51798a0379409c0f9927c44bbcdd772ed7ec18.tar.gz
Moved RsForEachStubParamStruct out of rs_hal.h and into rsCpuCore.h.
Change-Id: Iea673ccd9db5077abef373457f51c6b0d09cea92
Diffstat (limited to 'rs_hal.h')
-rw-r--r--rs_hal.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/rs_hal.h b/rs_hal.h
index 4c740ae2..e96e6064 100644
--- a/rs_hal.h
+++ b/rs_hal.h
@@ -47,33 +47,6 @@ class FBOCache;
typedef void *(*RsHalSymbolLookupFunc)(void *usrptr, char const *symbolName);
-typedef struct {
- const void *in;
- void *out;
- const void *usr;
- uint32_t usrLen;
- uint32_t x;
- uint32_t y;
- uint32_t z;
- uint32_t lod;
- RsAllocationCubemapFace face;
- uint32_t ar[16];
- uint32_t lid;
-
- uint32_t dimX;
- uint32_t dimY;
- uint32_t dimZ;
- uint32_t dimArray;
-
- const uint8_t *ptrIn;
- uint8_t *ptrOut;
- uint32_t eStrideIn;
- uint32_t eStrideOut;
- uint32_t yStrideIn;
- uint32_t yStrideOut;
- uint32_t slot;
-} RsForEachStubParamStruct;
-
/**
* Script management functions
*/