Home | History | Annotate | Download | only in opengl

Lines Matching full:gles

9 EGL/GLES command stream used between the guest and the host during emulation.
18 - sources to wrap normal procedural EGL/GLES calls into context-aware ones.
21 guest, and implement the marshalling of EGL/GLES commands into a stream of
24 system/GLESv1_enc -> encoder for GLES 1.1 commands
25 system/GLESv2_enc -> encoder for GLES 2.0 commands
28 system/GLESv1 -> emulator-specific guest GLES 1.1 library
34 EGL/GLES commands into desktop GL 2.0 ones, and rendering to an off-screen
37 host/libs/GLESv1_dec -> decoder for GLES 1.1 commands
38 host/libs/GLESv2_dec -> decoder for GLES 2.0 commands
42 host/libs/Translator/GLES_CM -> translator for GLES 1.1 commands
43 host/libs/Translator/GLES_V2 -> translator for GLES 2.0 commands
66 tests/gles_android_wrapper -> guest EGL / GLES libraries that are run on