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
32 attrib_list_sentinel = false;
35 attrib_list_sentinel = true;
39 if (attrib_list_sentinel == false) {
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
128 attrib_list_sentinel = 0;
131 attrib_list_sentinel = 1;
135 if (attrib_list_sentinel == 0) {
/frameworks/base/core/jni/
H A Dandroid_opengl_EGL14.cpp359 bool attrib_list_sentinel = false; local
385 attrib_list_sentinel = false;
388 attrib_list_sentinel = true;
392 if (attrib_list_sentinel == false) {
538 int attrib_list_sentinel = 0; local
573 attrib_list_sentinel = 0;
576 attrib_list_sentinel = 1;
580 if (attrib_list_sentinel == 0) {
615 int attrib_list_sentinel = 0; local
655 attrib_list_sentinel
696 bool attrib_list_sentinel = false; local
875 bool attrib_list_sentinel = false; local
1013 bool attrib_list_sentinel = false; local
[all...]

Completed in 31 milliseconds