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

  /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 |
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
NumberFormatTest.java 211 ChoiceFormat cformat = new ChoiceFormat( local
214 ((NumberFormat) cformat).getCurrency();
241 ChoiceFormat cformat = new ChoiceFormat( local
244 ((NumberFormat) cformat).setCurrency(currA);
  /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 83 ChoiceFormat cformat = new ChoiceFormat( local
86 ((NumberFormat) cformat).setCurrency(currA);
    [all...]
  /hardware/qcom/display/msm8084/libcopybit/
copybit_c2d.cpp 903 static int is_alpha(int cformat)
906 switch (cformat & 0xFF) {
918 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]
  /hardware/qcom/display/msm8226/libcopybit/
copybit_c2d.cpp 909 static int is_alpha(int cformat)
912 switch (cformat & 0xFF) {
924 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [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/msm8994/libcopybit/
copybit_c2d.cpp 912 static int is_alpha(int cformat)
915 switch (cformat & 0xFF) {
927 if(alpha && (cformat&C2D_FORMAT_DISABLE_ALPHA))
    [all...]

Completed in 654 milliseconds