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

/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglCreateWindowSurface.cpp11 int attrib_list_sentinel = 0; local
46 attrib_list_sentinel = 0;
49 attrib_list_sentinel = 1;
53 if (attrib_list_sentinel == 0) {
88 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.cpp347 bool attrib_list_sentinel = false; local
373 attrib_list_sentinel = false;
376 attrib_list_sentinel = true;
380 if (attrib_list_sentinel == false) {
526 int attrib_list_sentinel = 0; local
561 attrib_list_sentinel = 0;
564 attrib_list_sentinel = 1;
568 if (attrib_list_sentinel == 0) {
603 int attrib_list_sentinel = 0; local
639 attrib_list_sentinel
680 bool attrib_list_sentinel = false; local
859 bool attrib_list_sentinel = false; local
987 bool attrib_list_sentinel = false; local
[all...]

Completed in 367 milliseconds