OpenGL ES SDK for Android ARM Developer Center
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles Class Reference
Inheritance diagram for com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles:
com.arm.malideveloper.openglessdk.MaliSamplesActivity

Static Public Member Functions

static native void init (int width, int height)
 
static native void step ()
 
static native void uninit ()
 
static native void onpointerup (float x, float y)
 
static native void onpointerdown (float x, float y)
 
- Static Public Member Functions inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static int[] openAsset (String path)
 
static void extractAsset (String resource_file_dir, String asset_path)
 

Protected Member Functions

void onCreate (Bundle savedInstanceState)
 
void onPause ()
 
void onResume ()
 
void onDestroy ()
 
- Protected Member Functions inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
void onCreate (Bundle savedInstanceState)
 

Private Member Functions

void extractAsset (String assetName)
 

Static Private Attributes

static android.content.Context applicationContext = null
 
static String assetsDirectory = null
 
static String LOGTAG = "ComputeParticles"
 

Additional Inherited Members

- Static Public Attributes inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static android.content.Context mAppContext = null
 
- Static Protected Attributes inherited from com.arm.malideveloper.openglessdk.MaliSamplesActivity
static String LOG_TAG = "MaliSamplesActivity"
 

Detailed Description

Definition at line 92 of file ComputeParticles.java.

Member Function Documentation

void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.extractAsset ( String  assetName)
inlineprivate

Definition at line 162 of file ComputeParticles.java.

static native void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.init ( int  width,
int  height 
)
static
void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onCreate ( Bundle  savedInstanceState)
inlineprotected

Definition at line 105 of file ComputeParticles.java.

void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onDestroy ( )
inlineprotected

Definition at line 157 of file ComputeParticles.java.

void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onPause ( )
inlineprotected

Definition at line 145 of file ComputeParticles.java.

static native void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onpointerdown ( float  x,
float  y 
)
static
static native void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onpointerup ( float  x,
float  y 
)
static
void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.onResume ( )
inlineprotected

Definition at line 151 of file ComputeParticles.java.

static native void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.step ( )
static
static native void com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.uninit ( )
static

Member Data Documentation

android.content.Context com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.applicationContext = null
staticprivate

Definition at line 95 of file ComputeParticles.java.

String com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.assetsDirectory = null
staticprivate

Definition at line 96 of file ComputeParticles.java.

String com.arm.malideveloper.openglessdk.computeparticles.ComputeParticles.LOGTAG = "ComputeParticles"
staticprivate

Definition at line 97 of file ComputeParticles.java.


The documentation for this class was generated from the following file: