Home | History | Annotate | Download | only in egl

Lines Matching refs:EGL_NO_TEXTURE

213     texFormat = EGL_NO_TEXTURE;
214 texTarget = EGL_NO_TEXTURE;
653 EGLint texFormat = EGL_NO_TEXTURE;
654 EGLint texTarget = EGL_NO_TEXTURE;
674 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) ||
675 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) {
813 if (surface->getTextureFormat() == EGL_NO_TEXTURE) {