diff options
| author | 2010-08-17 16:25:41 -0700 | |
|---|---|---|
| committer | 2010-08-17 16:25:41 -0700 | |
| commit | 2e1872fe07cf8952812a417985e6e1f61bdeab5d (patch) | |
| tree | 76ae06c669cc6610c706d1295acfec35555d3d2b /libs/rs | |
| parent | 43c31421b4ce1cdff7c26c988bfe5e1bff64ce23 (diff) | |
Make java entry points for native fifo synchronized.
Change-Id: I1baf2beb920016f0202042982075cbce1e67df42
Diffstat (limited to 'libs/rs')
| -rw-r--r-- | libs/rs/rs.spec | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/libs/rs/rs.spec b/libs/rs/rs.spec index 571b14574211..781dbea89534 100644 --- a/libs/rs/rs.spec +++ b/libs/rs/rs.spec @@ -438,36 +438,6 @@ ProgramVertexCreate2 { ret RsProgramVertex } -LightBegin { - } - -LightSetLocal { - param bool isLocal - } - -LightSetMonochromatic { - param bool isMono - } - -LightCreate { - ret RsLight light - } - - -LightSetPosition { - param RsLight light - param float x - param float y - param float z - } - -LightSetColor { - param RsLight light - param float r - param float g - param float b - } - FileA3DCreateFromAssetStream { param const void * data param size_t len |