Searched refs:pFormat (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_format.c1595 enum pipe_format pFormat; local
1612 pFormat = st_choose_format(screen, internalFormat, format, type,
1615 if (pFormat == PIPE_FORMAT_NONE) {
1617 pFormat = st_choose_format(screen, internalFormat, format, type,
1621 if (pFormat == PIPE_FORMAT_NONE) {
1626 return st_pipe_format_to_mesa_format(pFormat);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1595 enum pipe_format pFormat; local
1612 pFormat = st_choose_format(screen, internalFormat, format, type,
1615 if (pFormat == PIPE_FORMAT_NONE) {
1617 pFormat = st_choose_format(screen, internalFormat, format, type,
1621 if (pFormat == PIPE_FORMAT_NONE) {
1626 return st_pipe_format_to_mesa_format(pFormat);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnumfmtst.cpp1042 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); local
1044 if (pFormat == NULL || U_FAILURE(status)) {
1047 pFormat->setLenient(TRUE);
1051 pFormat->parse(testCase, n, status);
1064 pFormat->parse(testCase, n, status);
1074 delete pFormat;
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.cpp1046 NumberFormat *pFormat = NumberFormat::createPercentInstance(en_US, status); local
1048 if (pFormat == NULL || U_FAILURE(status)) {
1051 pFormat->setLenient(TRUE);
1055 pFormat->parse(testCase, n, status);
1068 pFormat->parse(testCase, n, status);
1078 delete pFormat;

Completed in 113 milliseconds