Home
last modified time | relevance | path

Searched refs:bRes (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTPrint3DAPI.cpp379 bool bRes = true; in APIInit() local
381bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShaderLogo_fsh, GL_FRAGMENT_SHADER, &Data.uFra… in APIInit()
382bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShaderLogo_vsh, GL_VERTEX_SHADER, &Data.uVerte… in APIInit()
384 _ASSERT(bRes); in APIInit()
397 bRes = false; in APIInit()
399bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShader_fsh, GL_FRAGMENT_SHADER, &Data.uFragmen… in APIInit()
400bRes &= (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 …]
/external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
DPVRShellAPI.cpp829 bool bRes; in ApiRenderComplete() local
842 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()
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp198 bool bRes = GetRecordPosition( in LoadFrame() local
203 if (!bRes) { in LoadFrame()
208 bool bRes = GetRecordPosition( in LoadFrame() local
219 if (!bRes) { in LoadFrame()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutpagemgr.cpp1145 bool bRes = false; in FindPageAreaFromPageSet_Ordered() local
1172 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()
/external/sqlite/dist/orig/
Dsqlite3.c163039 int bRes = 0; /* Result to set *pbRes to */
163046 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
163050 *pbRes = bRes;
/external/sqlite/dist/
Dsqlite3.c163067 int bRes = 0; /* Result to set *pbRes to */
163074 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
163078 *pbRes = bRes;