Home | History | Annotate | Download | only in main

Lines Matching refs:texture_type

72    EGLint texture_type = EGL_PBUFFER_BIT;
81 texture_type |= EGL_PIXMAP_BIT;
187 if (!(type & texture_type)) {
206 if (!(type & texture_type)) {
224 if (!(type & texture_type)) {
493 EGLint texture_type = EGL_PBUFFER_BIT;
500 texture_type |= EGL_PIXMAP_BIT;
502 if (!(surface->Type & texture_type)) {
535 EGLint texture_type = EGL_PBUFFER_BIT;
562 texture_type |= EGL_PIXMAP_BIT;
564 if (!(surf->Type & texture_type))