Home | History | Annotate | Download | only in egl

Lines Matching refs:EGL_NO_TEXTURE

213     texFormat = EGL_NO_TEXTURE;
214 texTarget = EGL_NO_TEXTURE;
651 EGLint texFormat = EGL_NO_TEXTURE;
652 EGLint texTarget = EGL_NO_TEXTURE;
672 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) ||
673 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) {
811 if (surface->getTextureFormat() == EGL_NO_TEXTURE) {