Java Doc for GLConfiguration.java in  » 6.0-JDK-Modules » j2me » com » sun » jsr239 » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » 6.0 JDK Modules » j2me » com.sun.jsr239 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   com.sun.jsr239.GLConfiguration

GLConfiguration
final public class GLConfiguration (Code)
A class containing constants that describe the OpenGL ES version supported by the runtime platform and the set of supported extensions. This class also contains methods that return the number of values that will be returned by various 'getters' as well as tunable implementation parameters.


Field Summary
final public static  intCOMMAND_QUEUE_SIZE
     The maximum number of commands and arguments that will be enqueued prior to submittal to the native OpenGL ES engine.
public static  booleanIS_BIG_ENDIAN
     True on big-endian platforms.
final public static  intMAX_VERTEX_UNITS
     The value of GL_MAX_VERTEX_UNITS_OES.
final public static  intNUM_COMPRESSED_TEXTURE_FORMATS
    
final public static  booleanSWAP_FLOAT_BYTES
     True if the platform requires the bytes returned by Float.floatToIntBits to be swapped prior to placement on the command queue.
public static  booleanflushQueueAfterEachCommand
     If true, each GL command will be submitted to the native OpenGL ES engine immediately.
final public static  booleansingleThreaded
     If true, the underlying VM uses a single native thread for all Java threads, false if the VM uses a 1-1 mapping of Java threads to native thread.
public static  booleansupportsEGL11
    
public static  booleansupportsGL11
    
public static  booleansupports_OES_blend_equation_separate
     True if the native OpenGL ES engine supports the OES_blend_equation_separate extension.
public static  booleansupports_OES_blend_func_separate
     True if the native OpenGL ES engine supports the OES_blend_func_separate extension.
public static  booleansupports_OES_blend_subtract
     True if the native OpenGL ES engine supports the OES_blend_subtract extension.
public static  booleansupports_OES_draw_texture
     True if the native OpenGL ES engine supports the OES_query_matrix extension.
public static  booleansupports_OES_extended_matrix_palette
     True if the native OpenGL ES engine supports the OES_extended_matrix_palette extension.
public static  booleansupports_OES_framebuffer_object
     True if the native OpenGL ES engine supports the OES_framebuffer_object extension.
public static  booleansupports_OES_matrix_palette
     True if the native OpenGL ES engine supports the OES_query_matrix extension.
public static  booleansupports_OES_query_matrix
     True if the native OpenGL ES engine supports the OES_query_matrix extension.
public static  booleansupports_OES_stencil_wrap
     True if the native OpenGL ES engine supports the OES_stencil_wrap extension.
public static  booleansupports_OES_texture_cube_map
     True if the native OpenGL ES engine supports the OES_texture_cube_map extension.
public static  booleansupports_OES_texture_env_crossbar
     True if the native OpenGL ES engine supports the OES_texture_env_crossbar extension.
public static  booleansupports_OES_texture_mirrored_repeat
     True if the native OpenGL ES engine supports the OES_texture_mirrored_repeate extension.


Method Summary
public static  intformatChannels(int format)
     Returns the number of channels associated with a given GL pixel format.
public static  intglFogNumParams(int pname)
     Returns the number of values required by the given parameter pname by glFog*v.
public static  intglFramebufferAttachmentParameterNumParams(int pname)
     Returns the number of values required by the given parameter pname by glFramebufferAttachmentParameterivOES and glGetFramebufferAttachmentParameterivOES.
public static  intglGetBufferParametervNumParams(int pname)
     Returns the number of values required by the given parameter pname by glGetBufferParameteriv.
public static  intglGetNumParams(int pname)
     Returns the number of values required by the given parameter pname by glGetFixedv, glGetFloatv, and glGetIntegerv.
public static  intglLightModelNumParams(int pname)
     Returns the number of values required by the given parameter pname by glLightModel*v.
public static  intglLightNumParams(int pname)
     Returns the number of values required by the given parameter pname by glLight*v.
public static  intglMaterialNumParams(int pname)
     Returns the number of values required by the given parameter pname by glMaterial*v.
public static  intglPointParameterNumParams(int pname)
     Returns the number of values required by the given parameter pname by glPointParameter*v.
public static  intglRenderbufferParameterNumParams(int pname)
     Returns the number of values required by the given parameter pname by glRenderbufferParameterivOES and glGetRenderbufferParameterivOES.
public static  intglTexEnvNumParams(int pname)
     Returns the number of values required by the given parameter pname by glTexEnv*v.
public static  intglTexGenNumParams(int pname)
     Returns the number of values required by the given parameter pname by glTexGen*v.
public static  intglTexParameterNumParams(int pname)
     Returns the number of values required by the given parameter pname by glTexParameter*v.
public static  intsizeOfType(int type)
     Returns the number of bytes associated with a given GL data type.

Field Detail
COMMAND_QUEUE_SIZE
final public static int COMMAND_QUEUE_SIZE(Code)
The maximum number of commands and arguments that will be enqueued prior to submittal to the native OpenGL ES engine.



IS_BIG_ENDIAN
public static boolean IS_BIG_ENDIAN(Code)
True on big-endian platforms.



MAX_VERTEX_UNITS
final public static int MAX_VERTEX_UNITS(Code)
The value of GL_MAX_VERTEX_UNITS_OES.



NUM_COMPRESSED_TEXTURE_FORMATS
final public static int NUM_COMPRESSED_TEXTURE_FORMATS(Code)
The number of compressed texture formats, as returned by 'glGetIntegerv(GL_NUM_COMPRESSED_TEXTURE_FORMATS)'



SWAP_FLOAT_BYTES
final public static boolean SWAP_FLOAT_BYTES(Code)
True if the platform requires the bytes returned by Float.floatToIntBits to be swapped prior to placement on the command queue.



flushQueueAfterEachCommand
public static boolean flushQueueAfterEachCommand(Code)
If true, each GL command will be submitted to the native OpenGL ES engine immediately.



singleThreaded
final public static boolean singleThreaded(Code)
If true, the underlying VM uses a single native thread for all Java threads, false if the VM uses a 1-1 mapping of Java threads to native thread. If the VM uses some other sort of mapping, this implementation is not guaranteed to work. The value should be 'true' for Sun's CLDC implementations, and 'false' for Sun's CDC implementation.



supportsEGL11
public static boolean supportsEGL11(Code)
True if the native OpenGL ES engine supports EGL 1.1



supportsGL11
public static boolean supportsGL11(Code)
True if the native OpenGL ES engine supports OpenGL ES 1.1



supports_OES_blend_equation_separate
public static boolean supports_OES_blend_equation_separate(Code)
True if the native OpenGL ES engine supports the OES_blend_equation_separate extension.



supports_OES_blend_func_separate
public static boolean supports_OES_blend_func_separate(Code)
True if the native OpenGL ES engine supports the OES_blend_func_separate extension.



supports_OES_blend_subtract
public static boolean supports_OES_blend_subtract(Code)
True if the native OpenGL ES engine supports the OES_blend_subtract extension.



supports_OES_draw_texture
public static boolean supports_OES_draw_texture(Code)
True if the native OpenGL ES engine supports the OES_query_matrix extension.



supports_OES_extended_matrix_palette
public static boolean supports_OES_extended_matrix_palette(Code)
True if the native OpenGL ES engine supports the OES_extended_matrix_palette extension.



supports_OES_framebuffer_object
public static boolean supports_OES_framebuffer_object(Code)
True if the native OpenGL ES engine supports the OES_framebuffer_object extension.



supports_OES_matrix_palette
public static boolean supports_OES_matrix_palette(Code)
True if the native OpenGL ES engine supports the OES_query_matrix extension.



supports_OES_query_matrix
public static boolean supports_OES_query_matrix(Code)
True if the native OpenGL ES engine supports the OES_query_matrix extension.



supports_OES_stencil_wrap
public static boolean supports_OES_stencil_wrap(Code)
True if the native OpenGL ES engine supports the OES_stencil_wrap extension.



supports_OES_texture_cube_map
public static boolean supports_OES_texture_cube_map(Code)
True if the native OpenGL ES engine supports the OES_texture_cube_map extension.



supports_OES_texture_env_crossbar
public static boolean supports_OES_texture_env_crossbar(Code)
True if the native OpenGL ES engine supports the OES_texture_env_crossbar extension.



supports_OES_texture_mirrored_repeat
public static boolean supports_OES_texture_mirrored_repeat(Code)
True if the native OpenGL ES engine supports the OES_texture_mirrored_repeate extension.





Method Detail
formatChannels
public static int formatChannels(int format)(Code)
Returns the number of channels associated with a given GL pixel format.



glFogNumParams
public static int glFogNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glFog*v.



glFramebufferAttachmentParameterNumParams
public static int glFramebufferAttachmentParameterNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glFramebufferAttachmentParameterivOES and glGetFramebufferAttachmentParameterivOES.



glGetBufferParametervNumParams
public static int glGetBufferParametervNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glGetBufferParameteriv.



glGetNumParams
public static int glGetNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glGetFixedv, glGetFloatv, and glGetIntegerv.



glLightModelNumParams
public static int glLightModelNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glLightModel*v.



glLightNumParams
public static int glLightNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glLight*v.



glMaterialNumParams
public static int glMaterialNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glMaterial*v.



glPointParameterNumParams
public static int glPointParameterNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glPointParameter*v.



glRenderbufferParameterNumParams
public static int glRenderbufferParameterNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glRenderbufferParameterivOES and glGetRenderbufferParameterivOES.



glTexEnvNumParams
public static int glTexEnvNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glTexEnv*v.



glTexGenNumParams
public static int glTexGenNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glTexGen*v.



glTexParameterNumParams
public static int glTexParameterNumParams(int pname)(Code)
Returns the number of values required by the given parameter pname by glTexParameter*v.



sizeOfType
public static int sizeOfType(int type)(Code)
Returns the number of bytes associated with a given GL data type.



Methods inherited from java.lang.Object
public boolean equals(Object obj)(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.