HomeSort by relevance Sort by last modified time
    Searched refs:attrib_list_sentinel (Results 1 - 3 of 3) sorted by null

  /frameworks/native/opengl/tools/glgen/stubs/egl/
eglCreateWindowSurface.cpp 11 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) {
eglCreatePbufferFromClientBuffer.cpp 11 bool attrib_list_sentinel = false; local
32 attrib_list_sentinel = false;
35 attrib_list_sentinel = true;
39 if (attrib_list_sentinel == false) {
  /frameworks/base/core/jni/
android_opengl_EGL14.cpp 364 bool attrib_list_sentinel = false; local
390 attrib_list_sentinel = false;
393 attrib_list_sentinel = true;
397 if (attrib_list_sentinel == false) {
543 int attrib_list_sentinel = 0; local
578 attrib_list_sentinel = 0;
581 attrib_list_sentinel = 1;
585 if (attrib_list_sentinel == 0) {
620 int attrib_list_sentinel = 0; local
660 attrib_list_sentinel = 0
701 bool attrib_list_sentinel = false; local
880 bool attrib_list_sentinel = false; local
1017 bool attrib_list_sentinel = false; local
    [all...]

Completed in 217 milliseconds