Home
last modified time | relevance | path

Searched refs:pCaller (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/
DPVRTPFXParser.h540 …Token(char* pszSource, CPVRTString& output, CPVRTString &ErrorStr, int iLine, const char* pCaller);
597 const char* pCaller, CPVRTString * const pReturnError);
DPVRTPFXParser.cpp1097 …tringToken(char* pszSource, CPVRTString& output, CPVRTString &ErrorStr, int i, const char* pCaller) in ReadStringToken() argument
1106 …ErrorStr = PVRTStringFromFormattedStr("Incomplete argument in [%s] on line %d: %s\n", pCaller,m_ps… in ReadStringToken()
1128 …FormattedStr("Unknown keyword '%s' in [%s] on line %d: %s\n", pszSource, pCaller, m_psContext->pnF… in ReadStringToken()
1219 const char* pCaller, CPVRTString * const pReturnError) in ParseGenericSurface() argument
1314 …ingFromFormattedStr("Missing FILTER arguments in [%s] on line %d: %s\n", pCaller, m_psContext->pnF… in ParseGenericSurface()
1340 …tringFromFormattedStr("Missing WRAP arguments in [%s] on line %d: %s\n", pCaller, m_psContext->pnF… in ParseGenericSurface()
1423 …PVRTStringFromFormattedStr("Missing arguments in [%s] on line %d: %s\n", pCaller, m_psContext->pnF… in ParseGenericSurface()
1441 …mattedStr("Unknown keyword '%s' in [%s] on line %d: %s\n", pszRemaining, pCaller, m_psContext->pnF… in ParseGenericSurface()
1462 …tedStr("Unexpected keyword '%s' in [%s] on line %d: %s\n", pszRemaining, pCaller, m_psContext->pnF… in ParseGenericSurface()
/external/sqlite/dist/orig/
Dsqlite3.c79341 VdbeOp *pCaller;
79345 pCaller = &aOp[pIn1->u.i];
79346 assert( pCaller->opcode==OP_Yield );
79347 assert( pCaller->p2>=0 && pCaller->p2<p->nOp );
79348 pOp = &aOp[pCaller->p2 - 1];
/external/sqlite/dist/
Dsqlite3.c79341 VdbeOp *pCaller;
79345 pCaller = &aOp[pIn1->u.i];
79346 assert( pCaller->opcode==OP_Yield );
79347 assert( pCaller->p2>=0 && pCaller->p2<p->nOp );
79348 pOp = &aOp[pCaller->p2 - 1];