Lines Matching refs:pShaders
732 VBoxGLhandleARB *pShaders = (VBoxGLhandleARB*)crCalloc(cShaders * sizeof (*pShaders));
733 if (!pShaders)
740 pRec->pDispatch->GetAttachedObjectsARB(hwid, cShaders, NULL, pShaders);
743 if (pShaders[i])
744 crRecDumpShader(pRec, ctx, 0, pShaders[i]);
749 crFree(pShaders);
853 VBoxGLhandleARB *pShaders = (VBoxGLhandleARB*)crCalloc(cShaders * sizeof (*pShaders));
854 if (!pShaders)
861 pRec->pDispatch->GetAttachedObjectsARB(hwid, cShaders, NULL, pShaders);
864 crRecRecompileShader(pRec, ctx, 0, pShaders[i]);
867 crFree(pShaders);