/external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/ |
i915_state_static.c | 202 uint32_t dst_buf_vars, cformat, zformat; local 208 cformat = cbuf_surface->format; 210 cformat = PIPE_FORMAT_B8G8R8A8_UNORM; /* arbitrary */ 211 cformat = translate_format(cformat); 229 cformat |
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_static.c | 202 uint32_t dst_buf_vars, cformat, zformat; local 208 cformat = cbuf_surface->format; 210 cformat = PIPE_FORMAT_B8G8R8A8_UNORM; /* arbitrary */ 211 cformat = translate_format(cformat); 229 cformat |
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | 203 char cFormat[sizeof(cBuffer)]; 297 u_austrncpy(cFormat, format, sizeof(cFormat)); 301 i, cFormat, cBuffer, cExpected); 326 u_austrncpy(cFormat, format, sizeof(cFormat)); 330 i, cFormat, cBuffer, cExpected); 501 u_austrncpy(cFormat, format, sizeof(cFormat)); 505 i, cFormat, cBuffer, cExpected) [all...] |
strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ 365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
filetst.c | [all...] |
/external/icu4c/test/iotest/ |
iotest.cpp | 204 char cFormat[sizeof(cBuffer)]; 298 u_austrncpy(cFormat, format, sizeof(cFormat)); 302 i, cFormat, cBuffer, cExpected); 327 u_austrncpy(cFormat, format, sizeof(cFormat)); 331 i, cFormat, cBuffer, cExpected); 502 u_austrncpy(cFormat, format, sizeof(cFormat)); 506 i, cFormat, cBuffer, cExpected) [all...] |
strtst.c | 358 #define TestSPrintFormat(uFormat, uValue, cFormat, cValue) \ 365 cNumPrinted = sprintf(buffer, cFormat, cValue);\
|
filetst.c | [all...] |
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
NumberFormatTest.java | 208 ChoiceFormat cformat = new ChoiceFormat( local 211 ((NumberFormat) cformat).getCurrency(); 238 ChoiceFormat cformat = new ChoiceFormat( local 241 ((NumberFormat) cformat).setCurrency(currA);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_blit.c | 294 enum pipe_format cformat = fb->nr_cbufs ? fb->cbufs[0]->format : PIPE_FORMAT_NONE; local 301 buffers, cformat, color, depth, stencil);
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_blit.c | 294 enum pipe_format cformat = fb->nr_cbufs ? fb->cbufs[0]->format : PIPE_FORMAT_NONE; local 301 buffers, cformat, color, depth, stencil);
|
/libcore/luni/src/test/java/libcore/java/text/ |
OldNumberFormatTest.java | 79 ChoiceFormat cformat = new ChoiceFormat( local 82 ((NumberFormat) cformat).setCurrency(currA); [all...] |
/hardware/qcom/display/msm8960/libcopybit/ |
copybit_c2d.cpp | 883 static int is_alpha(int cformat) 886 switch (cformat & 0xFF) { 898 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/hardware/qcom/display/msm8974/libcopybit/ |
copybit_c2d.cpp | 902 static int is_alpha(int cformat) 905 switch (cformat & 0xFF) { 917 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/hardware/qcom/display/msm8x26/libcopybit/ |
copybit_c2d.cpp | 883 static int is_alpha(int cformat) 886 switch (cformat & 0xFF) { 898 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA)) [all...] |
/external/icu4c/test/intltest/ |
numfmtst.cpp | [all...] |