Home | History | Annotate | Download | only in egl

Lines Matching refs:EGL_NO_TEXTURE

323     texFormat = EGL_NO_TEXTURE;
324 texTarget = EGL_NO_TEXTURE;
1035 EGLint texFormat = EGL_NO_TEXTURE;
1036 EGLint texTarget = EGL_NO_TEXTURE;
1064 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) ||
1065 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) {
1383 if (surface->getTextureFormat() == EGL_NO_TEXTURE) {