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

Classes

enum  GlesVersion
 
class  TheConfigChooser
 
class  TheEGLContextFactory
 

Public Member Functions

 MaliSamplesView (Context context)
 
 MaliSamplesView (Context context, GlesVersion version)
 

Protected Member Functions

abstract void setRendererCallback ()
 
abstract void destroyContextCallback ()
 
int getDepthSize ()
 
int getNumberOfSamples ()
 

Protected Attributes

int redSize = 5
 
int greenSize = 6
 
int blueSize = 5
 
int alphaSize = 0
 
int numberOfSamples = 4
 
int depthSize = 16
 
GlesVersion glesVersion
 

Static Protected Attributes

static String LOG_TAG = "MaliSamplesView"
 

Detailed Description

Definition at line 31 of file MaliSamplesView.java.

Constructor & Destructor Documentation

com.arm.malideveloper.openglessdk.MaliSamplesView.MaliSamplesView ( Context  context)
inline

Definition at line 60 of file MaliSamplesView.java.

com.arm.malideveloper.openglessdk.MaliSamplesView.MaliSamplesView ( Context  context,
GlesVersion  version 
)
inline

Definition at line 65 of file MaliSamplesView.java.

Member Function Documentation

abstract void com.arm.malideveloper.openglessdk.MaliSamplesView.destroyContextCallback ( )
abstractprotected
int com.arm.malideveloper.openglessdk.MaliSamplesView.getDepthSize ( )
inlineprotected

Definition at line 83 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.getNumberOfSamples ( )
inlineprotected

Definition at line 92 of file MaliSamplesView.java.

abstract void com.arm.malideveloper.openglessdk.MaliSamplesView.setRendererCallback ( )
abstractprotected

Member Data Documentation

int com.arm.malideveloper.openglessdk.MaliSamplesView.alphaSize = 0
protected

Definition at line 54 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.blueSize = 5
protected

Definition at line 53 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.depthSize = 16
protected

Definition at line 56 of file MaliSamplesView.java.

GlesVersion com.arm.malideveloper.openglessdk.MaliSamplesView.glesVersion
protected

Definition at line 58 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.greenSize = 6
protected

Definition at line 52 of file MaliSamplesView.java.

String com.arm.malideveloper.openglessdk.MaliSamplesView.LOG_TAG = "MaliSamplesView"
staticprotected

Definition at line 47 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.numberOfSamples = 4
protected

Definition at line 55 of file MaliSamplesView.java.

int com.arm.malideveloper.openglessdk.MaliSamplesView.redSize = 5
protected

Definition at line 51 of file MaliSamplesView.java.


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