Searched defs:config (Results 1 - 25 of 146) sorted by last modified time

123456

/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java146 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { argument
/frameworks/support/v4/froyo/android/support/v4/view/
H A DViewConfigurationCompatFroyo.java25 public static int getScaledPagingTouchSlop(ViewConfiguration config) { argument
26 return config.getScaledPagingTouchSlop();
/frameworks/support/v4/java/android/support/v4/view/
H A DViewConfigurationCompat.java30 public int getScaledPagingTouchSlop(ViewConfiguration config); argument
38 public int getScaledPagingTouchSlop(ViewConfiguration config) { argument
39 return config.getScaledTouchSlop();
48 public int getScaledPagingTouchSlop(ViewConfiguration config) { argument
49 return ViewConfigurationCompatFroyo.getScaledPagingTouchSlop(config);
72 public static int getScaledPagingTouchSlop(ViewConfiguration config) { argument
73 return IMPL.getScaledPagingTouchSlop(config);
/frameworks/rs/driver/
H A DrsdGL.cpp88 static void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
129 EGLBoolean returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
258 // Try minding a multisample config that matches the user request
283 // The first config is guaranteed to over-satisfy the constraints
284 dc->gl.egl.config = configs[0];
307 dc->gl.egl.config = configs[i];
316 printEGLConfiguration(dc->gl.egl.display, dc->gl.egl.config);
321 dc->gl.egl.context = eglCreateContext(dc->gl.egl.display, dc->gl.egl.config,
336 dc->gl.egl.surfaceDefault = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
454 dc->gl.egl.surface = eglCreateWindowSurface(dc->gl.egl.display, dc->gl.egl.config,
[all...]
H A DrsdGL.h37 EGLConfig config; member in struct:RsdGLRec::__anon1536
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java1375 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response); argument
H A DRIL.java258 // The number of the required config values for broadcast SMS stored in the C struct
1993 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
1996 int numOfConfig = config.length;
2000 rr.mp.writeInt(config[i].getFromServiceId());
2001 rr.mp.writeInt(config[i].getToServiceId());
2002 rr.mp.writeInt(config[i].getFromCodeScheme());
2003 rr.mp.writeInt(config[i].getToCodeScheme());
2004 rr.mp.writeInt(config[i].isSelected() ? 1 : 0);
2011 riljLog(config[i].toString());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
H A DSipCommandInterface.java348 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1479 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
H A DUsimDataDownloadCommands.java532 public void setGsmBroadcastConfig(SmsBroadcastConfigInfo[] config, Message response) { argument
/frameworks/native/libs/gui/
H A DGuiConfig.cpp23 static const char* config = local
35 configStr.append(config);
/frameworks/native/libs/ui/
H A DUiConfig.cpp26 static const char* config = local
32 configStr.append(config);
/frameworks/native/opengl/libagl/
H A Degl.cpp127 EGLConfig config; member in struct:android::egl_context_t
148 EGLConfig config; member in struct:android::egl_surface_t
151 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat);
174 EGLConfig config,
176 : magic(MAGIC), dpy(dpy), config(config), ctx(0)
218 EGLDisplay dpy, EGLConfig config,
340 EGLConfig config,
343 : egl_surface_t(dpy, config, depthFormat),
644 EGLDisplay dpy, EGLConfig config,
173 egl_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat) argument
339 egl_window_surface_v2_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, ANativeWindow* window) argument
659 egl_pixmap_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, egl_native_pixmap_t const * pixmap) argument
722 egl_pbuffer_surface_t(EGLDisplay dpy, EGLConfig config, int32_t depthFormat, int32_t w, int32_t h, int32_t f) argument
1200 getConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1229 createWindowSurface(EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1278 createPixmapSurface(EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1324 createPbufferSurface(EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1539 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1552 eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, NativeWindowType window, const EGLint *attrib_list) argument
1559 eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list) argument
1566 eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
1656 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) argument
1983 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
[all...]
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp266 EGLBoolean eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, argument
276 dp->disp.dpy, config, attribute, value);
283 EGLSurface eglCreateWindowSurface( EGLDisplay dpy, EGLConfig config, argument
301 // set the native window's buffers format to match this config
303 config, EGL_NATIVE_VISUAL_ID, &format)) {
321 iDpy, config, window, attrib_list);
323 egl_surface_t* s = new egl_surface_t(dp.get(), config, window,
335 EGLSurface eglCreatePixmapSurface( EGLDisplay dpy, EGLConfig config, argument
345 dp->disp.dpy, config, pixmap, attrib_list);
347 egl_surface_t* s = new egl_surface_t(dp.get(), config, NUL
355 eglCreatePbufferSurface( EGLDisplay dpy, EGLConfig config, const EGLint *attrib_list) argument
435 eglCreateContext(EGLDisplay dpy, EGLConfig config, EGLContext share_list, const EGLint *attrib_list) argument
1087 eglCreatePbufferFromClientBuffer( EGLDisplay dpy, EGLenum buftype, EGLClientBuffer buffer, EGLConfig config, const EGLint *attrib_list) argument
[all...]
H A Degl_object.cpp66 egl_surface_t::egl_surface_t(egl_display_t* dpy, EGLConfig config, argument
69 egl_object_t(dpy), surface(surface), config(config), win(win), cnx(cnx)
89 egl_context_t::egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config, argument
92 config(config), read(0), draw(0), cnx(cnx), version(version) {
H A Degl_object.h134 egl_surface_t(egl_display_t* dpy, EGLConfig config,
139 EGLConfig config; member in class:android::egl_surface_t
150 egl_context_t(EGLDisplay dpy, EGLContext context, EGLConfig config,
158 EGLConfig config; member in class:android::egl_context_t
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp60 EGLConfig config; local
68 success = eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs);
75 success = eglGetConfigAttrib(mEglDisplay, config, EGL_RED_SIZE, &components[0]);
78 success = eglGetConfigAttrib(mEglDisplay, config, EGL_GREEN_SIZE, &components[1]);
81 success = eglGetConfigAttrib(mEglDisplay, config, EGL_BLUE_SIZE, &components[2]);
92 EGLConfig config; local
102 EXPECT_TRUE(eglChooseConfig(mEglDisplay, attrs, &config, 1, &numConfigs));
110 EGLSurface eglSurface = eglCreateWindowSurface(mEglDisplay, config,
122 EGLConfig config; local
134 success = eglChooseConfig(mEglDisplay, attrs, &config,
[all...]
/frameworks/native/opengl/tests/angeles/
H A Dapp-linux.cpp133 EGLConfig config; local
144 dpy, configAttribs, window, &config);
150 surface = eglCreateWindowSurface(dpy, config, window, NULL);
155 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/fillrate/
H A Dfillrate.cpp43 EGLConfig config; local
54 dpy, configAttribs, window, &config);
60 surface = eglCreateWindowSurface(dpy, config, window, NULL);
61 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/filter/
H A Dfilter.cpp35 EGLConfig config; local
51 dpy, s_configAttribs, window, &config);
52 surface = eglCreateWindowSurface(dpy, config, window, NULL);
55 eglChooseConfig(dpy, s_configAttribs, &config, 1, &numConfigs);
57 surface = eglCreatePbufferSurface(dpy, config, attribs);
62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/finish/
H A Dfinish.cpp44 EGLConfig config; local
55 dpy, configAttribs, window, &config);
61 surface = eglCreateWindowSurface(dpy, config, window, NULL);
62 context = eglCreateContext(dpy, config, NULL, NULL);
/frameworks/native/opengl/tests/gl2_basic/
H A Dgl2_basic.cpp178 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
219 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl2_cameraeye/src/com/android/gl2cameraeye/
H A DGL2CameraEye.java240 public void onSurfaceCreated(GL10 glUnused, EGLConfig config) { argument
/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp282 void printEGLConfiguration(EGLDisplay dpy, EGLConfig config) { argument
323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl2_java/src/com/android/gl2java/
H A DGL2JavaView.java83 public void onSurfaceCreated(GL10 gl, EGLConfig config) { argument

Completed in 1269 milliseconds

123456