Searched refs:bRes (Results 1 – 6 of 6) sorted by relevance
379 bool bRes = true; in APIInit() local381 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShaderLogo_fsh, GL_FRAGMENT_SHADER, &Data.uFra… in APIInit()382 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShaderLogo_vsh, GL_VERTEX_SHADER, &Data.uVerte… in APIInit()384 _ASSERT(bRes); in APIInit()397 bRes = false; in APIInit()399 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShader_fsh, GL_FRAGMENT_SHADER, &Data.uFragmen… in APIInit()400 …bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShader_vsh, GL_VERTEX_SHADER, &Data.uVertexSha… in APIInit()402 _ASSERT(bRes); in APIInit()416 bRes = false; in APIInit()421 _ASSERT(bRes && Data.mvpLocationLogo != -1 && Data.mvpLocationFont != -1); in APIInit()[all …]
829 bool bRes; in ApiRenderComplete() local842 bRes = true; in ApiRenderComplete()846 bRes = OsPixmapCopy(); in ApiRenderComplete()854 bRes = (eglSwapBuffers (m_EGLDisplay, m_EGLWindow) == EGL_TRUE); in ApiRenderComplete()857 if(!bRes) in ApiRenderComplete()
198 bool bRes = GetRecordPosition( in LoadFrame() local203 if (!bRes) { in LoadFrame()208 bool bRes = GetRecordPosition( in LoadFrame() local219 if (!bRes) { in LoadFrame()
1145 bool bRes = false; in FindPageAreaFromPageSet_Ordered() local1172 bRes = true; in FindPageAreaFromPageSet_Ordered()1181 bRes = true; in FindPageAreaFromPageSet_Ordered()1188 if (!pStartChild && bRes && !bQuery) in FindPageAreaFromPageSet_Ordered()1190 return bRes; in FindPageAreaFromPageSet_Ordered()
163039 int bRes = 0; /* Result to set *pbRes to */163046 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;163050 *pbRes = bRes;
163067 int bRes = 0; /* Result to set *pbRes to */163074 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;163078 *pbRes = bRes;