Searched defs:attrib_list_sentinel (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreatePbufferFromClientBuffer.cpp11 bool attrib_list_sentinel = false; local
27 attrib_list_sentinel = false;
30 attrib_list_sentinel = true;
34 if (attrib_list_sentinel == false) {
H A DeglCreateWindowSurface.cpp11 int attrib_list_sentinel = 0; local
28 attrib_list_sentinel = 0;
31 attrib_list_sentinel = 1;
35 if (attrib_list_sentinel == 0) {
84 int attrib_list_sentinel = 0; local
124 attrib_list_sentinel = 0;
127 attrib_list_sentinel = 1;
131 if (attrib_list_sentinel == 0) {
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp352 bool attrib_list_sentinel = false; local
378 attrib_list_sentinel = false;
381 attrib_list_sentinel = true;
385 if (attrib_list_sentinel == false) {
527 int attrib_list_sentinel = 0; local
544 attrib_list_sentinel = 0;
547 attrib_list_sentinel = 1;
551 if (attrib_list_sentinel == 0) {
600 int attrib_list_sentinel = 0; local
640 attrib_list_sentinel
681 bool attrib_list_sentinel = false; local
856 bool attrib_list_sentinel = false; local
989 bool attrib_list_sentinel = false; local
[all...]

Completed in 65 milliseconds