Searched defs:attribute (Results 1 – 8 of 8) sorted by relevance
/cts/tests/vr/src/android/vr/cts/ |
D | OpenGLESActivity.java | 112 public static boolean contextHasAttributeWithValue(int attribute, int value) { in contextHasAttributeWithValue() 115 EGL14.eglGetCurrentContext(), attribute, values, 0); in contextHasAttributeWithValue() local 120 public static boolean surfaceHasAttributeWithValue(int attribute, int value) { in surfaceHasAttributeWithValue() 123 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, values, 0); in surfaceHasAttributeWithValue() local 128 public static void setSurfaceAttribute(int attribute, int value) { in setSurfaceAttribute() 131 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, value); in setSurfaceAttribute() local 372 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
|
/cts/hostsidetests/sustainedperf/shadertoy_android/src/ |
D | GLtestView.java | 213 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib() 305 int attribute = attributes[i]; in printConfig() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | StubImeAccessibilityService.java | 85 public void onStartInput(EditorInfo attribute, boolean restarting) { in onStartInput()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | Egl10Utils.java | 109 EGLConfig config, int attribute) { in findConfigAttrib()
|
D | EglConfigGLSurfaceView.java | 317 int attribute = attributes[i]; in printConfig() local
|
/cts/hostsidetests/security/src/android/security/cts/ |
D | SELinuxHostTest.java | 449 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute() 471 String attribute) throws Exception { in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/ |
D | Helper.java | 1056 public static String getAttributeValue(HtmlInfo info, String attribute) { in getAttributeValue() 1068 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute()
|
/cts/tests/tests/openglperf/src/android/openglperf/cts/ |
D | GLSurfaceViewCustom.java | 962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
|