HomeSort by relevance Sort by last modified time
    Searched refs:bRes (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTPrint3DAPI.cpp 379 bool bRes = true;
381 bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShaderLogo_fsh, GL_FRAGMENT_SHADER, &Data.uFragmentShaderLogo, &error) == PVR_SUCCESS);
382 bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShaderLogo_vsh, GL_VERTEX_SHADER, &Data.uVertexShaderLogo, &error) == PVR_SUCCESS);
384 _ASSERT(bRes);
397 bRes = false;
399 bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DFragShader_fsh, GL_FRAGMENT_SHADER, &Data.uFragmentShaderFont, &error) == PVR_SUCCESS);
400 bRes &= (PVRTShaderLoadSourceFromMemory(_Print3DVertShader_vsh, GL_VERTEX_SHADER, &Data.uVertexShaderFont, &error) == PVR_SUCCESS);
402 _ASSERT(bRes);
416 bRes = false;
421 _ASSERT(bRes && Data.mvpLocationLogo != -1 && Data.mvpLocationFont != -1)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 829 bool bRes;
842 bRes = true;
846 bRes = OsPixmapCopy();
854 bRes = (eglSwapBuffers (m_EGLDisplay, m_EGLWindow) == EGL_TRUE);
857 if(!bRes)
  /external/pdfium/core/fxcodec/gif/
cfx_gifcontext.cpp 198 bool bRes = GetRecordPosition(
203 if (!bRes) {
208 bool bRes = GetRecordPosition(
219 if (!bRes) {
  /external/pdfium/xfa/fxfa/parser/
cxfa_layoutpagemgr.cpp     [all...]

Completed in 191 milliseconds