Searched defs:attribute (Results 1 – 6 of 6) sorted by relevance
| /cts/tests/vr/src/android/vr/cts/ |
| D | OpenGLESActivity.java | 108 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/ |
| D | DexFileReader.java | 139 private void readSize(int attribute) { in readSize() 143 private void readOffset(int attribute) { in readOffset()
|
| /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/tests/graphics/src/android/opengl/cts/ |
| D | EglConfigGLSurfaceView.java | 317 int attribute = attributes[i]; in printConfig() local
|
| /cts/hostsidetests/security/src/android/security/cts/ |
| D | SELinuxHostTest.java | 167 private void assertNotInAttribute(String attribute, String badtype) throws Exception { in assertNotInAttribute()
|
| /cts/tests/tests/openglperf/src/android/openglperf/cts/ |
| D | GLSurfaceViewCustom.java | 962 EGLConfig config, int attribute, int defaultValue) { in findConfigAttrib()
|