/development/tools/emulator/opengl/system/egl/ |
D | eglDisplay.cpp | 192 EGLConfig config = (EGLConfig)i; in processConfigs() local 396 EGLBoolean eglDisplay::getAttribValue(EGLConfig config, EGLint attribIdx, EGLint * value) in getAttribValue() 407 EGLBoolean eglDisplay::getConfigAttrib(EGLConfig config, EGLint attrib, EGLint * value) in getConfigAttrib() 416 void eglDisplay::dumpConfig(EGLConfig config) in dumpConfig() 429 EGLBoolean eglDisplay::setAttribValue(EGLConfig config, EGLint attribIdx, EGLint value) in setAttribValue() 440 EGLBoolean eglDisplay::setConfigAttrib(EGLConfig config, EGLint attrib, EGLint value) in setConfigAttrib() 450 EGLBoolean eglDisplay::getConfigNativePixelFormat(EGLConfig config, PixelFormat * format) in getConfigNativePixelFormat() 474 EGLBoolean eglDisplay::getConfigGLPixelFormat(EGLConfig config, GLenum * format) in getConfigGLPixelFormat()
|
D | egl.cpp | 134 EGLContext_t::EGLContext_t(EGLDisplay dpy, EGLConfig config, EGLContext_t* shareCtx) : in EGLContext_t() 170 EGLConfig config; member 216 egl_surface_t::egl_surface_t(EGLDisplay dpy, EGLConfig config, EGLint surfaceType) in egl_surface_t() 259 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_window_surface_t() 388 EGLDisplay dpy, EGLConfig config, EGLint surfType, in egl_pbuffer_surface_t() 630 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 645 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() 676 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 736 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 827 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer() [all …]
|
D | eglContext.h | 33 EGLConfig config; member
|
/development/tools/emulator/opengl/tests/ut_renderer/ |
D | RendererSurface.cpp | 25 EGLConfig RendererSurface::getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config) in getEglConfig() 61 RendererSurface * RendererSurface::create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindow… in create()
|
D | RendererContext.cpp | 20 RendererContext * RendererContext::create(EGLDisplay dpy, EGLConfig config, RendererContext *shareC… in create()
|
D | RendererSurface.h | 40 …endererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) : in RendererSurface()
|
/development/apps/CustomLocale/src/com/android/customlocale2/ |
D | ChangeLocale.java | 49 Configuration config = am.getConfiguration(); in changeSystemLocale() local
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
D | EglPixmapSurface.cpp | 28 EglConfig* config) : in EglPixmapSurface()
|
D | EglWindowSurface.cpp | 28 EglConfig* config, in EglWindowSurface()
|
D | EglPbufferSurface.h | 25 EglPbufferSurface(EglDisplay *dpy, EglConfig* config): in EglPbufferSurface()
|
D | EglContext.cpp | 30 EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr): in EglContext()
|
D | EglSurface.h | 54 EglConfig* config, in EglSurface()
|
D | EglImp.cpp | 470 EGLAPI EGLBoolean EGLAPIENTRY eglGetConfigAttrib(EGLDisplay display, EGLConfig config, in eglGetConfigAttrib() 480 EGLAPI EGLSurface EGLAPIENTRY eglCreateWindowSurface(EGLDisplay display, EGLConfig config, in eglCreateWindowSurface() 510 EGLAPI EGLSurface EGLAPIENTRY eglCreatePbufferSurface(EGLDisplay display, EGLConfig config, in eglCreatePbufferSurface() 554 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurface(EGLDisplay display, EGLConfig config, in eglCreatePixmapSurface() 613 EGLAPI EGLContext EGLAPIENTRY eglCreateContext(EGLDisplay display, EGLConfig config, in eglCreateContext() 967 EGLConfig config, const EGLint *attrib_list) { in eglCreatePbufferFromClientBuffer()
|
/development/samples/BrowserPlugin/jni/ |
D | RenderingThread.cpp | 108 GLenum RenderingThread::getInternalFormat(SkBitmap::Config config) in getInternalFormat() 124 GLenum RenderingThread::getType(SkBitmap::Config config) in getType()
|
/development/tools/emulator/opengl/tests/EGL_host_wrapper/ |
D | egl.cpp | 99 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 104 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() 109 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 149 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer() 174 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | CubeRenderer.java | 81 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
D | TriangleRenderer.java | 46 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
D | TouchRotateActivity.java | 151 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/ |
D | CubeRenderer.java | 82 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/development/ndk/platforms/android-3/include/linux/netfilter/ |
D | xt_string.h | 26 struct ts_config __attribute__((aligned(8))) *config; member
|
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/ |
D | GL2JNIView.java | 213 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() 232 EGLConfig config) { in printConfig() 335 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
D | KubeRenderer.java | 99 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/development/tools/emulator/opengl/tests/gles_android_wrapper/ |
D | egl.cpp | 349 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) in eglGetConfigAttrib() 359 EGLSurface eglCreateWindowSurface(EGLDisplay dpy, EGLConfig config, EGLNativeWindowType win, const … in eglCreateWindowSurface() 371 EGLSurface eglCreatePbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) in eglCreatePbufferSurface() 383 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, con… in eglCreatePixmapSurface() 436 …ientBuffer(EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint… in eglCreatePbufferFromClientBuffer() 461 EGLContext eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_context, const EGLin… in eglCreateContext()
|
/development/ndk/platforms/android-4/samples/san-angeles/src/com/example/SanAngeles/ |
D | DemoActivity.java | 100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
|
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/ |
D | WiFiDirectActivity.java | 178 public void connect(WifiP2pConfig config) { in connect()
|