File tree Expand file tree Collapse file tree 15 files changed +11
-10
lines changed
Expand file tree Collapse file tree 15 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 2121#include < string.h>
2222
2323#include " RenderScript.h"
24+ #include " rs.h"
2425
2526bool RenderScript::gInitialized = false ;
2627pthread_mutex_t RenderScript::gInitMutex = PTHREAD_MUTEX_INITIALIZER;
Original file line number Diff line number Diff line change 2222#include < utils/String8.h>
2323#include < utils/Vector.h>
2424
25- #include " rs .h"
25+ #include " rsDefines .h"
2626
2727class Element ;
2828class Type ;
Original file line number Diff line number Diff line change 1818#define ANDROID_COMPONENT_H
1919
2020#include " rsUtils.h"
21+ #include " rsDefines.h"
2122
2223// ---------------------------------------------------------------------------
2324namespace android {
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17+ #include " rs.h"
1718#include " rsDevice.h"
1819#include " rsContext.h"
1920#include " rsThreadIO.h"
Original file line number Diff line number Diff line change 1919
2020#include " rsComponent.h"
2121#include " rsUtils.h"
22+ #include " rsDefines.h"
2223#include " rsObjectBase.h"
2324
2425// ---------------------------------------------------------------------------
Original file line number Diff line number Diff line change 2020
2121#include " rsMesh.h"
2222#include " rsAnimation.h"
23-
23+ # include " rs.h "
2424
2525using namespace android ;
2626using namespace android ::renderscript;
Original file line number Diff line number Diff line change 1717#ifndef ANDROID_RS_FILE_A3D_H
1818#define ANDROID_RS_FILE_A3D_H
1919
20- #include " rs.h"
2120#include " rsMesh.h"
2221
2322#include < androidfw/Asset.h>
Original file line number Diff line number Diff line change 1616 */
1717
1818#include " rsContext.h"
19-
19+ # include " rs.h "
2020#include " rsFont.h"
2121#include " rsProgramFragment.h"
2222#include < cutils/properties.h>
Original file line number Diff line number Diff line change 1717#ifndef ANDROID_RS_FONT_H
1818#define ANDROID_RS_FONT_H
1919
20- #include " rs.h"
2120#include " rsStream.h"
2221#include < utils/String8.h>
2322#include < utils/Vector.h>
Original file line number Diff line number Diff line change 1515 */
1616
1717#include " rsContext.h"
18+ #include " rs.h"
1819
1920using namespace android ;
2021using namespace android ::renderscript;
You can’t perform that action at this time.
0 commit comments