Searched refs:attrib_list_sentinel (Results 1 – 3 of 3) sorted by relevance
11 int attrib_list_sentinel = 0; in android_eglCreateWindowSurface() local28 attrib_list_sentinel = 0; in android_eglCreateWindowSurface()31 attrib_list_sentinel = 1; in android_eglCreateWindowSurface()35 if (attrib_list_sentinel == 0) { in android_eglCreateWindowSurface()85 int attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture() local125 attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture()128 attrib_list_sentinel = 1; in android_eglCreateWindowSurfaceTexture()132 if (attrib_list_sentinel == 0) { in android_eglCreateWindowSurfaceTexture()
11 bool attrib_list_sentinel = false; in android_eglCreatePbufferFromClientBuffer() local27 attrib_list_sentinel = false; in android_eglCreatePbufferFromClientBuffer()30 attrib_list_sentinel = true; in android_eglCreatePbufferFromClientBuffer()34 if (attrib_list_sentinel == false) { in android_eglCreatePbufferFromClientBuffer()
352 bool attrib_list_sentinel = false; in android_eglChooseConfig() local378 attrib_list_sentinel = false; in android_eglChooseConfig()381 attrib_list_sentinel = true; in android_eglChooseConfig()385 if (attrib_list_sentinel == false) { in android_eglChooseConfig()529 int attrib_list_sentinel = 0; in android_eglCreateWindowSurface() local546 attrib_list_sentinel = 0; in android_eglCreateWindowSurface()549 attrib_list_sentinel = 1; in android_eglCreateWindowSurface()553 if (attrib_list_sentinel == 0) { in android_eglCreateWindowSurface()603 int attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture() local643 attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture()[all …]