Home | History | Annotate | Download | only in EGL

Lines Matching refs:texFormat

526     EGLint width,height,largest,texTarget,texFormat;
529 tmpPbSurfacePtr->getTexInfo(&texTarget,&texFormat);
531 if(!EglValidate::pbufferAttribs(width,height,texFormat == EGL_NO_TEXTURE,texTarget == EGL_NO_TEXTURE)) {