Home
last modified time | relevance | path

Searched refs:attrib_list_sentinel (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp11 int attrib_list_sentinel = 0; in android_eglCreateWindowSurface() local
28 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() local
125 attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture()
128 attrib_list_sentinel = 1; in android_eglCreateWindowSurfaceTexture()
132 if (attrib_list_sentinel == 0) { in android_eglCreateWindowSurfaceTexture()
DeglCreatePbufferFromClientBuffer.cpp11 bool attrib_list_sentinel = false; in android_eglCreatePbufferFromClientBuffer() local
27 attrib_list_sentinel = false; in android_eglCreatePbufferFromClientBuffer()
30 attrib_list_sentinel = true; in android_eglCreatePbufferFromClientBuffer()
34 if (attrib_list_sentinel == false) { in android_eglCreatePbufferFromClientBuffer()
/frameworks/base/core/jni/
Dandroid_opengl_EGL14.cpp352 bool attrib_list_sentinel = false; in android_eglChooseConfig() local
378 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() local
546 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() local
643 attrib_list_sentinel = 0; in android_eglCreateWindowSurfaceTexture()
[all …]