HomeSort by relevance Sort by last modified time
    Searched defs:bind (Results 126 - 150 of 323) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/mesa3d/src/gallium/state_trackers/dri/drm/
dri2.c 106 unsigned bind; local
109 dri_drawable_get_format(drawable, statts[i], &format, &bind);
214 unsigned i, bind; local
270 dri_drawable_get_format(drawable, statt, &format, &bind);
275 templ.bind = bind;
299 unsigned bind = 0; local
305 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
308 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
313 bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? *
    [all...]
  /external/mesa3d/src/gallium/state_trackers/dri/sw/
drisw.c 217 unsigned bind; local
223 dri_drawable_get_format(drawable, statts[i], &format, &bind);
227 bind |= PIPE_BIND_DISPLAY_TARGET;
233 templ.bind = bind;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_helper.c 50 uint bind; member in struct:resource_surface
68 enum pipe_format format, uint bind)
76 rsurf->bind = bind;
150 templ.bind = rsurf->bind;
456 if ((nbuf->u.drm.templ.bind & res->bind) != nbuf->u.drm.templ.bind)
468 if (nbuf->u.drm.templ.bind & PIPE_BIND_SHARED)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/egl/wayland/
native_wayland.c 377 uint bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW | local
399 surface->color_format, bind);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 138 unsigned bind; local
154 bind = PIPE_BIND_DISPLAY_TARGET |
159 bind = PIPE_BIND_DEPTH_STENCIL;
168 templ.bind = bind;
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 168 unsigned int bind = stype_bind[stype]; local
178 PIPE_TEXTURE_2D, 0, bind)) {
262 unsigned int bind; local
267 bind = stype_bind[xa_format_type(fdesc.xa_format)];
269 bind |= PIPE_BIND_SHARED;
271 bind |= PIPE_BIND_RENDER_TARGET;
273 bind |= PIPE_BIND_SCANOUT;
276 PIPE_TEXTURE_2D, 0, bind))
314 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
317 template->bind |= PIPE_BIND_SHARED
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAppWidgetManager.java 54 private static void bind(AppWidgetManager appWidgetManager, Context context) { method in class:ShadowAppWidgetManager
ShadowResources.java 40 static Resources bind(Resources resources, ResourceLoader resourceLoader) { method in class:ShadowResources
203 return ShadowAssetManager.bind(Robolectric.newInstanceOf(AssetManager.class), resourceLoader);
  /frameworks/base/core/java/android/net/
LocalSocket.java 143 public void bind(LocalSocketAddress bindpoint) throws IOException { method in class:LocalSocket
152 impl.bind(localAddress);
  /frameworks/base/core/java/android/preference/
PreferenceScreen.java 143 public void bind(ListView listView) { method in class:PreferenceScreen
170 bind(mListView);
  /frameworks/base/keystore/java/android/security/
KeyChain.java 302 KeyChainConnection keyChainConnection = bind(context);
337 KeyChainConnection keyChainConnection = bind(context);
376 * hardware support that can be used to bind keys to the device in a way
402 * @see KeyChain#bind
428 public static KeyChainConnection bind(Context context) throws InterruptedException { method in class:KeyChain
455 throw new AssertionError("could not bind to KeyChainService");
  /frameworks/base/services/java/com/android/server/location/
LocationProviderProxy.java 63 if (proxy.bind()) {
80 private boolean bind () { method in class:LocationProviderProxy
  /libcore/crypto/src/main/java/org/conscrypt/
SSLSocketWrapper.java 75 public void bind(SocketAddress sockaddr) throws IOException { method in class:SSLSocketWrapper
  /libcore/luni/src/main/java/java/net/
MulticastSocket.java 331 impl.bind(aPort, addr);
  /libcore/luni/src/test/java/libcore/io/
OsTest.java 59 Libcore.os.bind(serverFd, address, 0);
  /libcore/luni/src/test/java/libcore/java/net/
OldAndroidDatagramTest.java 194 s.bind(new InetSocketAddress(8888));
204 s.bind(new InetSocketAddress(8888));
OldDatagramSocketImplFactoryTest.java 134 protected void bind(int arg0, InetAddress arg1) throws SocketException { method in class:OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
OldSocketTest.java 254 s.bind(new InetSocketAddress(InetAddress.getByName("0.0.0.0"), 0));
673 // now bind the socket and make sure we get the right answer
674 theSocket.bind(new InetSocketAddress(InetAddress.getLocalHost(), 0));
681 s.bind(new InetSocketAddress(InetAddress.getByName("0.0.0.0"), 0));
689 s.bind(new InetSocketAddress(InetAddress.getByName("0.0.0.0"), 0));
711 theSocket.bind(new InetSocketAddress(InetAddress.getLocalHost(), 0));
751 // now test when we bind explicitly
755 theSocket.bind(null);
821 // Address we cannot bind to
824 theSocket.bind(new InetSocketAddress(InetAddres
2201 protected void bind(InetAddress arg0, int arg1) throws IOException { method in class:OldSocketTest.MockSocketImpl
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
unistd.in.h 59 # undef bind macro
60 # define bind bind_used_without_including_sys_socket_h macro
  /packages/apps/Nfc/tests/src/com/android/nfc/snep/
SnepBasicTests.java 39 MockLlcpSocket.bind(clientSocket, serverSocket);
70 MockLlcpSocket.bind(clientSocket, serverSocket);
101 MockLlcpSocket.bind(clientSocket, serverSocket);
132 MockLlcpSocket.bind(clientSocket, serverSocket);
163 MockLlcpSocket.bind(clientSocket, serverSocket);
194 MockLlcpSocket.bind(clientSocket, serverSocket);
228 MockLlcpSocket.bind(clientSocket, serverSocket);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 91 public void bind(MessageHeaderItem headerItem, Uri accountUri, boolean measureOnly) { method in class:MessageFooterView
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderItemView.java 113 public void bind(final Folder folder, final DropHandler dropHandler, method in class:FolderItemView
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 53 def bind(self, sequence=None, command=None, add=None): member in class:CanvasItem
154 def bind(self, sequence=None, command=None, add=None): member in class:Group
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 53 def bind(self, sequence=None, command=None, add=None): member in class:CanvasItem
154 def bind(self, sequence=None, command=None, add=None): member in class:Group
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.cpp 206 bind();
309 bind();
382 // We have to make a copy of it here and bind that copy instead.
754 void DrawingBuffer::bind() function in class:WebCore::DrawingBuffer

Completed in 1135 milliseconds

1 2 3 4 56 7 8 91011>>