Home
last modified time | relevance | path

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

/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java108 public static boolean contextHasAttributeWithValue(int attribute, int value) { in contextHasAttributeWithValue()
111 EGL14.eglGetCurrentContext(), attribute, values, 0); in contextHasAttributeWithValue() local
116 public static boolean surfaceHasAttributeWithValue(int attribute, int value) { in surfaceHasAttributeWithValue()
119 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, values, 0); in surfaceHasAttributeWithValue() local
124 public static void setSurfaceAttribute(int attribute, int value) { in setSurfaceAttribute()
127 EGL14.eglGetCurrentSurface(EGL14.EGL_DRAW), attribute, value); in setSurfaceAttribute() local
368 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java139 private void readSize(int attribute) { in readSize()
143 private void readOffset(int attribute) { in readOffset()
/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/graphics/src/android/opengl/cts/
DEglConfigGLSurfaceView.java317 int attribute = attributes[i]; in printConfig() local
/cts/hostsidetests/security/src/android/security/cts/
DSELinuxHostTest.java167 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()