Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec3 eglChooseConfig nullAllowed configs check configs config_size check num_config 1 sentinel attrib_li…
5 //STUB function: //eglCreateWindowSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
6 eglCreatePbufferSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
7 //unsupported: eglCreatePixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
11 //STUB function: eglCreatePbufferFromClientBuffer nullAllowed attrib_list sentinel attrib_list EGL_…
12 eglCreateContext sentinel attrib_list EGL_NONE
14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
/frameworks/base/tools/aapt2/
Dreadme.md67 - '@id/foo' resources are just sentinel values and do not actually need to resolve to anything.
80 contents and interprets them as a sentinel `id` type. This was added to support existing
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dmath_fp16.rscript308 // Place sentinel values around the *intPart paramter to modf to ensure that
/frameworks/base/core/java/android/content/res/
DAssetManager.java217 private AssetManager(boolean sentinel) { in AssetManager() argument