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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.cpp 175 EGLint * attrib_p = attribs; local
177 while (attrib_p[0] != EGL_NONE) {
178 if (attrib_p[0] == EGL_SURFACE_TYPE) {
179 attrib_p[1] = EGL_PBUFFER_BIT; //replace whatever was there before
182 attrib_p += 2;
187 attrib_p = newAttribs;
189 *(attrib_p++) = EGL_SURFACE_TYPE;
190 *(attrib_p++) = EGL_PBUFFER_BIT;
192 memcpy(attrib_p, attribs, attribCnt*sizeof(EGLint));
193 attrib_p += attribCnt
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 580 const EGLint * attrib_p = attrib_list; local
581 while (attrib_p[0] != EGL_NONE) {
583 attrib_p += 2;
    [all...]

Completed in 182 milliseconds