Home
last modified time | relevance | path

Searched refs:pFormat (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_format.c1595 enum pipe_format pFormat; in st_ChooseTextureFormat_renderable() local
1612 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable()
1615 if (pFormat == PIPE_FORMAT_NONE) { in st_ChooseTextureFormat_renderable()
1617 pFormat = st_choose_format(screen, internalFormat, format, type, in st_ChooseTextureFormat_renderable()
1621 if (pFormat == PIPE_FORMAT_NONE) { in st_ChooseTextureFormat_renderable()
1626 return st_pipe_format_to_mesa_format(pFormat); in st_ChooseTextureFormat_renderable()
/external/icu/icu4c/source/test/intltest/
Dnumfmtst.cpp1047 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); in TestLenientParse() local
1049 if (pFormat == NULL || U_FAILURE(status)) { in TestLenientParse()
1052 pFormat->setLenient(TRUE); in TestLenientParse()
1056 pFormat->parse(testCase, n, status); in TestLenientParse()
1069 pFormat->parse(testCase, n, status); in TestLenientParse()
1079 delete pFormat; in TestLenientParse()