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

  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 612 EGLConfig *pConfigs;
643 pConfigs = new EGLConfig[i32Total_num_configs];
645 if(!pConfigs)
649 if(!eglChooseConfig(m_EGLDisplay, conflist, pConfigs, i32Total_num_configs, &num_config))
651 delete[] pConfigs;
659 if((eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_RED_SIZE, &value) && value == r)
660 && (eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_GREEN_SIZE, &value) && value == g)
661 && (eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_BLUE_SIZE, &value) && value == b)
662 && (eglGetConfigAttrib(m_EGLDisplay, pConfigs[j], EGL_ALPHA_SIZE, &value) && value == a))
664 conf = pConfigs[j];
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_occontext.cpp 61 CPDF_Array* pConfigs = pOCProperties->GetArrayFor("Configs");
62 if (!pConfigs)
65 for (size_t i = 0; i < pConfigs->GetCount(); i++) {
66 CPDF_Dictionary* pFind = pConfigs->GetDictAt(i);

Completed in 475 milliseconds