Home
last modified time | relevance | path

Searched defs:attribute (Results 1 – 7 of 7) sorted by relevance

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java112 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/
DGLtestView.java213 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
305 int attribute = attributes[i]; in printConfig() local
/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl10Utils.java109 EGLConfig config, int attribute) { in findConfigAttrib()
DEglConfigGLSurfaceView.java317 int attribute = attributes[i]; in printConfig() local
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java339 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute()
361 String attribute) throws Exception { in sepolicyAnalyzeGetTypesAssociatedWithAttribute()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DHelper.java982 public static String getAttributeValue(HtmlInfo info, String attribute) { in getAttributeValue()
994 public static void assertHasAttribute(HtmlInfo info, String attribute, String expectedValue) { in assertHasAttribute()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()