HomeSort by relevance Sort by last modified time
    Searched refs:EGLConfig (Results 1 - 25 of 183) sorted by null

1 2 3 4 5 6 7 8

  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGLConfig.java 19 public abstract class EGLConfig
  /external/webkit/Source/WebCore/platform/graphics/openvg/
EGLDisplayOpenVG.h 40 void setDefaultPbufferConfig(const EGLConfig&);
41 EGLConfig defaultPbufferConfig();
42 void setDefaultWindowConfig(const EGLConfig&);
43 EGLConfig defaultWindowConfig();
53 EGLSurface createPbufferSurface(const IntSize&, const EGLConfig&, EGLint* errorCode = 0);
54 EGLSurface createPbufferFromClientBuffer(EGLClientBuffer, EGLenum bufferType, const EGLConfig&, EGLint* errorCode = 0);
56 EGLSurface surfaceForWindow(EGLNativeWindowType, const EGLConfig&);
  /sdk/emulator/opengl/system/egl/
eglDisplay.h 51 EGLBoolean getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value);
52 EGLBoolean setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value);
53 EGLBoolean getConfigGLPixelFormat(EGLConfig config, GLenum * format);
54 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
56 void dumpConfig(EGLConfig config);
61 EGLBoolean getAttribValue(EGLConfig config, EGLint attribIdxi, EGLint * value);
62 EGLBoolean setAttribValue(EGLConfig config, EGLint attribIdxi, EGLint value);
eglContext.h 29 EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx);
33 EGLConfig config;
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLConfigImpl.java 21 public class EGLConfigImpl extends EGLConfig {
  /frameworks/native/opengl/tests/angeles/include/GLES/
egltypes.h 7 typedef void *EGLConfig;
  /sdk/emulator/opengl/tests/ut_renderer/
RendererSurface.h 31 EGLConfig eglConfig() { return m_config; }
35 static EGLConfig getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config);
40 RendererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) :
48 EGLConfig m_config;
  /frameworks/native/opengl/tests/include/
EGLUtils.h 43 EGLConfig* outConfig);
49 EGLConfig* outConfig);
80 EGLConfig* outConfig)
94 EGLConfig* const configs = (EGLConfig*)malloc(sizeof(EGLConfig)*numConfigs);
101 EGLConfig config = NULL;
125 EGLConfig* outConfig)
glTestLib.h 32 void glTestPrintEGLConfiguration(EGLDisplay dpy, EGLConfig config);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 40 EGLConfig getEGLConfig() const { return m_eglConfig; }
47 FBConfig(EGLDisplay p_eglDpy, EGLConfig p_eglCfg);
56 EGLConfig m_eglConfig;
  /cts/tests/tests/opengl/src/android/opengl/cts/
RendererEightShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererNineShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererOneProgramTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
31 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererFiveShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
32 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererFourShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
32 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
RendererSevenShaderTest.java 18 import javax.microedition.khronos.egl.EGLConfig;
30 public void onSurfaceCreated(GL10 gl, EGLConfig config) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
GalleryEGLConfigChooser.java 21 import javax.microedition.khronos.egl.EGLConfig;
42 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
52 EGLConfig[] configs = new EGLConfig[numConfig[0]];
61 private EGLConfig chooseConfig(
62 EGL10 egl, EGLDisplay display, EGLConfig configs[]) {
64 EGLConfig result = null;
111 private void logConfig(EGL10 egl, EGLDisplay display, EGLConfig config) {
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_proc.h 28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (* eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*);
33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLint*);
40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*);
45 typedef EGLContext (* eglCreateContext_t) (EGLDisplay, EGLConfig, EGLContext, const EGLint*);
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_proc.h 28 typedef EGLBoolean (* eglGetConfigs_t) (EGLDisplay, EGLConfig*, EGLint, EGLint*);
29 typedef EGLBoolean (* eglChooseConfig_t) (EGLDisplay, const EGLint*, EGLConfig*, EGLint, EGLint*);
30 typedef EGLBoolean (* eglGetConfigAttrib_t) (EGLDisplay, EGLConfig, EGLint, EGLint*);
31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
32 typedef EGLSurface (* eglCreatePbufferSurface_t) (EGLDisplay, EGLConfig, const EGLint*);
33 typedef EGLSurface (* eglCreatePixmapSurface_t) (EGLDisplay, EGLConfig, EGLNativePixmapType, const EGLint*);
40 typedef EGLSurface (* eglCreatePbufferFromClientBuffer_t) (EGLDisplay, EGLenum, EGLClientBuffer, EGLConfig, const EGLint*);
45 typedef EGLContext (* eglCreateContext_t) (EGLDisplay, EGLConfig, EGLContext, const EGLint*);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
GaneshContext.h 54 EGLConfig m_surfaceConfig;
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
Display.h 42 bool getConfigs(EGLConfig *configs, const EGLint *attribList, EGLint configSize, EGLint *numConfig);
43 bool getConfigAttrib(EGLConfig config, EGLint attribute, EGLint *value);
45 egl::Surface *createWindowSurface(HWND window, EGLConfig config);
46 EGLContext createContext(EGLConfig configHandle, const gl::Context *shareContext);
52 bool isValidConfig(EGLConfig config);
  /external/jmonkeyengine/engine/src/android/com/jme3/system/android/
AndroidConfigChooser.java 8 import javax.microedition.khronos.egl.EGLConfig;
20 protected EGLConfig bestConfig = null;
21 protected EGLConfig fastestConfig = null;
22 protected EGLConfig choosenConfig = null;
54 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
107 private int getPixelFormat(EGLConfig conf, EGLDisplay display, EGL10 egl) {
134 private int getOpenGLVersion(EGLConfig conf, EGLDisplay display, EGL10 egl) {
154 public void logEGLConfig(EGLConfig conf, EGLDisplay display, EGL10 egl) {
203 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
218 EGLConfig[] configs = new EGLConfig[numConfigs]
    [all...]
  /frameworks/native/opengl/tests/gl2_jni/src/com/android/gl2jni/
GL2JNIView.java 43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
131 EGLConfig[] configs = new EGLConfig[numConfigs];
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
138 EGLConfig[] configs) {
139 EGLConfig closestConfig = null
    [all...]
  /frameworks/native/opengl/tests/gl_perfapp/src/com/android/glperf/
GLPerfView.java 43 import javax.microedition.khronos.egl.EGLConfig;
80 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
84 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
121 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
131 EGLConfig[] configs = new EGLConfig[numConfigs];
137 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
138 EGLConfig[] configs) {
139 EGLConfig closestConfig = null
    [all...]
  /frameworks/native/opengl/tests/gldual/src/com/android/gldual/
GLDualGL2View.java 36 import javax.microedition.khronos.egl.EGLConfig;
83 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) {
87 EGLContext context = egl.eglCreateContext(display, eglConfig, EGL10.EGL_NO_CONTEXT, attrib_list);
124 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
134 EGLConfig[] configs = new EGLConfig[numConfigs];
140 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display,
141 EGLConfig[] configs) {
142 EGLConfig closestConfig = null
    [all...]

Completed in 505 milliseconds

1 2 3 4 5 6 7 8