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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_dirty_surfaces.h 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush)
60 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next)
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush)
75 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next)
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush)
88 if(!LIST_IS_EMPTY(&dss->dirty_list))
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
106 util_dirty_surface_set_dirty(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_dirty_surfaces.h 57 util_dirty_surfaces_use_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, util_dirty_surface_flush_t flush)
60 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next)
70 util_dirty_surfaces_use_levels_for_sampling(struct pipe_context *pipe, struct util_dirty_surfaces *dss, unsigned first, unsigned last, util_dirty_surface_flush_t flush)
75 for(p = dss->dirty_list.next; p != &dss->dirty_list; p = next)
86 util_dirty_surfaces_use_for_sampling_with(struct pipe_context *pipe, struct util_dirty_surfaces *dss, struct pipe_sampler_view *psv, struct pipe_sampler_state *pss, util_dirty_surface_flush_t flush)
88 if(!LIST_IS_EMPTY(&dss->dirty_list))
89 util_dirty_surfaces_use_levels_for_sampling(pipe, dss, (unsigned)pss->min_lod + psv->u.tex.first_level,
106 util_dirty_surface_set_dirty(struct util_dirty_surfaces *dss, struct util_dirty_surface *ds
    [all...]
  /external/apache-harmony/support/src/test/java/tests/support/
Support_PortManager.java 66 DatagramSocket[] dss = new DatagramSocket[num]; local
71 dss[i] = new DatagramSocket(0);
72 ports[i] = dss[i].getLocalPort();
78 if (dss[i] != null) {
79 dss[i].close();
  /libcore/support/src/test/java/tests/support/
Support_PortManager.java 66 DatagramSocket[] dss = new DatagramSocket[num]; local
71 dss[i] = new DatagramSocket(0);
72 ports[i] = dss[i].getLocalPort();
78 if (dss[i] != null) {
79 dss[i].close();
  /external/dropbear/
Android.mk 6 dss.c bignum.c \
  /external/dropbear/debian/
dropbear.postinst 22 echo "Generating Dropbear DSS key. Please wait."
23 dropbearkey -t dss -f /etc/dropbear/dropbear_dss_host_key
55 # DSS hostkey file (default: /etc/dropbear/dropbear_dss_host_key)
  /external/openssh/regress/
ssh-com-client.sh 50 ${SSHKEYGEN} -e -f ${OBJ}/dsa.pub > ${HK}.ssh-dss.pub
81 key=ssh-dss
  /external/openssh/
Android.mk 16 monitor_fdpass.c rijndael.c ssh-dss.c ssh-ecdsa.c ssh-rsa.c dh.c \
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 829 milliseconds