Searched defs:attribute (Results 26 - 40 of 40) sorted by relevance

12

/frameworks/native/opengl/tests/gl2_copyTexImage/
H A Dgl2_copyTexImage.cpp66 static const char gVertexShader[] = "attribute vec4 vPosition;\n"
151 "attribute vec4 position;\n"
152 "attribute vec2 texCoords;\n"
285 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1489
323 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/native/opengl/tests/gl2_yuvtex/
H A Dgl2_yuvtex.cpp68 static const char gVertexShader[] = "attribute vec4 vPosition;\n"
286 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1490
324 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute, &value);
/frameworks/base/core/jni/
H A Dcom_google_android_gles_jni_EGLImpl.cpp141 jobject context, jint attribute, jintArray value) {
153 success = eglQueryContext(dpy, ctx, attribute, base);
160 jobject surface, jint attribute, jintArray value) {
173 success = eglQuerySurface(dpy, sur, attribute, base);
369 jobject config, jint attribute, jintArray value) {
379 success = eglGetConfigAttrib(dpy, cnf, attribute, &localValue);
140 jni_eglQueryContext(JNIEnv *_env, jobject _this, jobject display, jobject context, jint attribute, jintArray value) argument
159 jni_eglQuerySurface(JNIEnv *_env, jobject _this, jobject display, jobject surface, jint attribute, jintArray value) argument
368 jni_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject display, jobject config, jint attribute, jintArray value) argument
H A Dandroid_opengl_EGL14.cpp461 /* EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value ) */
464 (JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) {
501 (EGLint)attribute,
756 /* EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value ) */
759 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) {
796 (EGLint)attribute,
913 /* EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value ) */
916 (JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) {
924 (EGLint)attribute,
1103 /* EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLin
463 android_eglGetConfigAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject config, jint attribute, jintArray value_ref, jint offset) argument
758 android_eglQuerySurface(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jintArray value_ref, jint offset) argument
915 android_eglSurfaceAttrib(JNIEnv *_env, jobject _this, jobject dpy, jobject surface, jint attribute, jint value) argument
1105 android_eglQueryContext(JNIEnv *_env, jobject _this, jobject dpy, jobject ctx, jint attribute, jintArray value_ref, jint offset) argument
[all...]
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java414 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
416 return mAttrib.getAttributeBooleanValue(namespace, attribute, defaultValue);
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { argument
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue);
435 public int getAttributeIntValue(String namespace, String attribute, int defaultValue) { argument
436 return mAttrib.getAttributeIntValue(namespace, attribute, defaultValue);
445 public int getAttributeListValue(String namespace, String attribute, argument
447 return mAttrib.getAttributeListValue(namespace, attribute, options, defaultValue);
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { argument
462 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValu
471 getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) argument
[all...]
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java314 public int getAttributeListValue(String namespace, String attribute, argument
316 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
322 public boolean getAttributeBooleanValue(String namespace, String attribute, argument
324 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
330 public int getAttributeResourceValue(String namespace, String attribute, argument
332 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
338 public int getAttributeIntValue(String namespace, String attribute, argument
340 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
346 public int getAttributeUnsignedIntValue(String namespace, String attribute, argument
349 int idx = nativeGetAttributeIndex(mParseState, namespace, attribute);
355 getAttributeFloatValue(String namespace, String attribute, float defaultValue) argument
[all...]
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java105 boolean eglGetConfigAttrib(EGLDisplay display, EGLConfig config, int attribute, int[] value); argument
114 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); argument
116 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); argument
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp267 EGLint attribute, EGLint *value)
276 dp->disp.dpy, config, attribute, value);
394 EGLint attribute, EGLint *value)
407 dp->disp.dpy, s->surface, attribute, value);
600 EGLint attribute, EGLint *value)
612 dp->disp.dpy, c->context, attribute, value);
936 EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value)
950 dp->disp.dpy, s->surface, attribute, value);
1234 EGLint attribute, EGLint *value)
1245 dp->disp.dpy, sync, attribute, valu
266 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
393 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value) argument
599 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
935 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
1233 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp984 struct {EGLint attribute; const char* name;} names[] = { member in struct:__anon1494
1022 EGLint returnVal = eglGetConfigAttrib(dpy, config, names[j].attribute,
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java388 public void startInput(InputConnection ic, EditorInfo attribute) { argument
389 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
390 doStartInput(ic, attribute, false);
393 public void restartInput(InputConnection ic, EditorInfo attribute) { argument
394 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
395 doStartInput(ic, attribute, true);
1538 * @param attribute The attributes of the editor that input is starting
1545 public void onStartInput(EditorInfo attribute, boolean restarting) { argument
1568 void doStartInput(InputConnection ic, EditorInfo attribute, boolean restarting) { argument
1574 mInputEditorInfo = attribute;
[all...]
/frameworks/base/opengl/java/android/opengl/
H A DEGL14.java210 // C function EGLBoolean eglGetConfigAttrib ( EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value )
215 int attribute,
296 // C function EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
301 int attribute,
338 // C function EGLBoolean eglSurfaceAttrib ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value )
343 int attribute,
412 // C function EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
417 int attribute,
212 eglGetConfigAttrib( EGLDisplay dpy, EGLConfig config, int attribute, int[] value, int offset ) argument
298 eglQuerySurface( EGLDisplay dpy, EGLSurface surface, int attribute, int[] value, int offset ) argument
340 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, int attribute, int value ) argument
414 eglQueryContext( EGLDisplay dpy, EGLContext ctx, int attribute, int[] value, int offset ) argument
H A DGLSurfaceView.java370 * with a null attribute list.
384 * a window surface will be created with a null attribute list.
952 EGLConfig config, int attribute, int defaultValue) {
954 if (egl.eglGetConfigAttrib(display, config, attribute, mValue)) {
951 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
/frameworks/native/opengl/libagl/
H A Degl.cpp910 // These configs can override the base attribute list
1130 // look for the attribute in all of our configs
1144 // attribute found, check if this config could match
1157 // attribute not found. this should NEVER happen.
1160 // error, this attribute doesn't exist
1201 EGLint attribute, EGLint *value)
1212 attribute);
1221 attribute);
1496 // see if this attribute was specified, if not, apply its
1540 EGLint attribute, EGLin
1200 getConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1539 eglGetConfigAttrib(EGLDisplay dpy, EGLConfig config, EGLint attribute, EGLint *value) argument
1592 eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) argument
1830 eglQueryContext( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value) argument
1920 eglSurfaceAttrib( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint value) argument
2124 eglGetSyncAttribKHR(EGLDisplay dpy, EGLSyncKHR sync, EGLint attribute, EGLint *value) argument
[all...]
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp246 EGLint attribute, EGLint wanted,
256 if (attribute != EGL_NONE) {
259 eglGetConfigAttrib(dpy, configs[i], attribute, &value);
298 EGLint attribute; member in class:android::EGLAttributeVector::Adder
299 Adder(EGLAttributeVector& v, EGLint attribute) argument
300 : v(v), attribute(attribute) {
304 if (attribute != EGL_NONE) {
305 v.mList.add(attribute, value);
308 operator EGLint () const { return v.mList[attribute]; }
243 selectConfigForAttribute( EGLDisplay dpy, EGLint const* attrs, EGLint attribute, EGLint wanted, EGLConfig* outConfig) argument
314 remove(EGLint attribute) argument
319 operator [](EGLint attribute) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DInputMethodManagerService.java1096 IInputContext inputContext, EditorInfo attribute, int controlFlags) {
1122 return startInputUncheckedLocked(cs, inputContext, attribute, controlFlags);
1126 IInputContext inputContext, EditorInfo attribute, int controlFlags) {
1158 mCurAttribute = attribute;
1247 IInputContext inputContext, EditorInfo attribute, int controlFlags) {
1254 return startInputLocked(client, inputContext, attribute, controlFlags);
1828 EditorInfo attribute, IInputContext inputContext) {
1871 + " attribute=" + attribute + ", token = " + windowToken);
1872 if (attribute !
1095 startInputLocked(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1125 startInputUncheckedLocked(ClientState cs, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1246 startInput(IInputMethodClient client, IInputContext inputContext, EditorInfo attribute, int controlFlags) argument
1826 windowGainedFocus(IInputMethodClient client, IBinder windowToken, int controlFlags, int softInputMode, int windowFlags, EditorInfo attribute, IInputContext inputContext) argument
[all...]

Completed in 399 milliseconds

12