Searched refs:EGL_NO_TEXTURE (Results 1 – 2 of 2) sorted by relevance
344 texFormat = EGL_NO_TEXTURE; in egl_surface_t()345 texTarget = EGL_NO_TEXTURE; in egl_surface_t()1188 EGLint texFormat = EGL_NO_TEXTURE; in eglCreatePbufferSurface()1189 EGLint texTarget = EGL_NO_TEXTURE; in eglCreatePbufferSurface()1218 if (((texFormat == EGL_NO_TEXTURE)&&(texTarget != EGL_NO_TEXTURE)) || in eglCreatePbufferSurface()1219 ((texFormat != EGL_NO_TEXTURE)&&(texTarget == EGL_NO_TEXTURE))) { in eglCreatePbufferSurface()1541 if (surface->getTextureFormat() == EGL_NO_TEXTURE) { in eglBindTexImage()
141 #define EGL_NO_TEXTURE 0x305C macro