Home
last modified time | relevance | path

Searched refs:bRes (Results 1 – 7 of 7) 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/xfa/fxfa/parser/
Dcxfa_scriptcontext.cpp523 bool bRes = false; in QueryVariableValue() local
529 bRes = true; in QueryVariableValue()
538 bRes = true; in QueryVariableValue()
540 return bRes; in QueryVariableValue()
Dcxfa_layoutpagemgr.cpp1132 bool bRes = false; in FindPageAreaFromPageSet_Ordered() local
1159 bRes = true; in FindPageAreaFromPageSet_Ordered()
1168 bRes = true; in FindPageAreaFromPageSet_Ordered()
1175 if (!pStartChild && bRes && !bQuery) in FindPageAreaFromPageSet_Ordered()
1177 return bRes; in FindPageAreaFromPageSet_Ordered()
/external/pdfium/core/fxcodec/lgif/
Dfx_gif.cpp872 bool bRes = gif_ptr->gif_get_record_position_fn( in gif_load_frame() local
881 if (!bRes) { in gif_load_frame()
888 bool bRes = gif_ptr->gif_get_record_position_fn( in gif_load_frame() local
904 if (!bRes) { in gif_load_frame()
/external/sqlite/dist/orig/
Dsqlite3.c160197 int bRes = 0; /* Result to set *pbRes to */
160204 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
160208 *pbRes = bRes;
/external/sqlite/dist/
Dsqlite3.c160210 int bRes = 0; /* Result to set *pbRes to */
160217 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
160221 *pbRes = bRes;