Home
last modified time | relevance | path

Searched defs:config (Results 1 – 25 of 44) sorted by relevance

12

/development/tools/emulator/opengl/system/egl/
DeglDisplay.cpp192 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()
Degl.cpp134 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 …]
DeglContext.h33 EGLConfig config; member
/development/tools/emulator/opengl/tests/ut_renderer/
DRendererSurface.cpp25 EGLConfig RendererSurface::getEglConfig(EGLDisplay eglDisplay, SurfaceConfig config) in getEglConfig()
61 RendererSurface * RendererSurface::create(EGLDisplay eglDisplay, SurfaceConfig config, NativeWindow… in create()
DRendererContext.cpp20 RendererContext * RendererContext::create(EGLDisplay dpy, EGLConfig config, RendererContext *shareC… in create()
DRendererSurface.h40 …endererSurface(EGLDisplay display, NativeWindowType window, EGLSurface surface, EGLConfig config) : in RendererSurface()
/development/apps/CustomLocale/src/com/android/customlocale2/
DChangeLocale.java49 Configuration config = am.getConfiguration(); in changeSystemLocale() local
/development/tools/emulator/opengl/host/libs/Translator/EGL/
DEglPixmapSurface.cpp28 EglConfig* config) : in EglPixmapSurface()
DEglWindowSurface.cpp28 EglConfig* config, in EglWindowSurface()
DEglPbufferSurface.h25 EglPbufferSurface(EglDisplay *dpy, EglConfig* config): in EglPbufferSurface()
DEglContext.cpp30 EglConfig* config,GLEScontext* glesCtx,GLESVersion ver,ObjectNameManager* mngr): in EglContext()
DEglSurface.h54 EglConfig* config, in EglSurface()
DEglImp.cpp470 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/
DRenderingThread.cpp108 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/
Degl.cpp99 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/
DCubeRenderer.java81 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DTriangleRenderer.java46 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
DTouchRotateActivity.java151 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/development/samples/BrowserPlugin/src/com/android/sampleplugin/graphics/
DCubeRenderer.java82 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/development/ndk/platforms/android-3/include/linux/netfilter/
Dxt_string.h26 struct ts_config __attribute__((aligned(8))) *config; member
/development/ndk/platforms/android-5/samples/hello-gl2/src/com/android/gl2jni/
DGL2JNIView.java213 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/
DKubeRenderer.java99 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Degl.cpp349 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/
DDemoActivity.java100 public void onSurfaceCreated(GL10 gl, EGLConfig config) { in onSurfaceCreated()
/development/samples/WiFiDirectDemo/src/com/example/android/wifidirect/
DWiFiDirectActivity.java178 public void connect(WifiP2pConfig config) { in connect()

12