HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 876 - 900 of 4065) sorted by null

<<31323334353637383940>>

  /external/skqp/src/gpu/gl/
GrGLRenderTarget.cpp 101 const GrGLInterface* interface = gpu->glInterface(); local
104 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
107 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
115 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));
126 GR_GL_CALL(interface, BindFramebuffer(GR_GL_FRAMEBUFFER, this->renderFBOID()));
127 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
131 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
135 GR_GL_CALL(interface, FramebufferRenderbuffer(GR_GL_FRAMEBUFFER,
145 GR_GL_CALL_RET(interface, status, CheckFramebufferStatus(GR_GL_FRAMEBUFFER));
  /external/syslinux/gpxe/src/arch/i386/
Makefile 81 SRCDIRS += arch/i386/interface/pcbios
82 SRCDIRS += arch/i386/interface/pxe
83 SRCDIRS += arch/i386/interface/pxeparent
84 SRCDIRS += arch/i386/interface/syslinux
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection+Internal.h 34 @interface RTCPeerConnection (Internal)
  /external/webrtc/talk/app/webrtc/objc/public/
RTCFileLogger.h 54 @interface RTCFileLogger : NSObject
RTCMediaStream.h 34 @interface RTCMediaStream : NSObject
RTCMediaStreamTrack.h 39 // RTCMediaStreamTrack implements the interface common to RTCAudioTrack and
42 @interface RTCMediaStreamTrack : NSObject
RTCOpenGLVideoRenderer.h 41 @interface RTCOpenGLVideoRenderer : NSObject
  /external/webrtc/talk/app/webrtc/objctests/
RTCPeerConnectionSyncObserver.h 35 @interface RTCPeerConnectionSyncObserver
  /external/webrtc/webrtc/api/objc/
RTCIceServer.h 15 @interface RTCIceServer : NSObject
RTCOpenGLVideoRenderer.h 26 @interface RTCOpenGLVideoRenderer : NSObject
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/
ARDJoinResponse.h 20 @interface ARDJoinResponse : NSObject
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallView.h 34 @interface ARDVideoCallView : UIView
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/third_party/SocketRocket/
SRWebSocket.h 51 @interface SRWebSocket : NSObject <NSStreamDelegate>
112 @interface NSURLRequest (CertificateAdditions)
120 @interface NSMutableURLRequest (CertificateAdditions)
128 @interface NSRunLoop (SRWebSocket)
  /frameworks/av/services/audiopolicy/engineconfigurable/
Android.mk 20 frameworks/av/services/audiopolicy/engineconfigurable/interface \
21 frameworks/av/services/audiopolicy/engine/interface
  /frameworks/native/cmds/ip-up-vpn/
ip-up-vpn.c 49 * are interface, addresses, routes, DNS servers, and search domains and VPN
62 * is to have an interface configured with the given address and netmask
85 const char *interface = env("INTERFACE"); local
93 /* Bring up the interface. */
95 strncpy(ifr.ifr_name, interface, IFNAMSIZ);
97 ALOGE("Cannot bring up %s: %s", interface, strerror(errno));
118 fprintf(state, "%s\n", interface);
  /hardware/google/av/codec2/vndk/include/
C2ComponentFactory.h 26 * Component factory object that enables to create a component and/or interface from a dynamically
60 * Creates a component interface.
64 * \param id component interface ID for the created interface
65 * \param interface shared pointer where the created interface is stored. Cleared on
68 * \retval C2_OK the component interface was created successfully
69 * \retval C2_TIMED_OUT could not create the component interface within the time limit
71 * \retval C2_CORRUPTED some unknown error prevented the creation of the component interface
74 * \retval C2_NO_MEMORY not enough memory to create the component interface
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
backward_warning.h 35 non-deprecated interface with equivalent functionality instead. For a \
  /prebuilts/go/darwin-x86/src/container/heap/
heap.go 6 // heap.Interface. A heap is a tree with the property that each node is the
12 // queue, implement the Heap interface with the (negative) priority as the
21 // Any type that implements heap.Interface may be used as a
27 // Note that Push and Pop in this interface are for package heap's
30 type Interface interface {
31 sort.Interface
32 Push(x interface{}) // add x as element Len()
33 Pop() interface{} // remove and return element Len() - 1.
41 func Init(h Interface) {
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
pool_test.go 18 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
34 p := &sync.Pool{New: func() interface{} { return make([]byte, 10) }}
  /prebuilts/go/darwin-x86/test/
alias1.go 7 // Test that dynamic interface checks treat byte=uint8
13 var x interface{}
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug148.go 13 func f(x interface{}) interface{} {
bug343.go 11 func getArgs(data map[string]interface{}, keys ...string) map[string]string {
22 x := getArgs(map[string]interface{}{"x":"y"}, "x")
bug417.go 17 i interface { f([1]S3) [1]S3 }
26 i interface { f(struct { F S3 }) struct { F S3 } }
  /prebuilts/go/darwin-x86/test/fixedbugs/issue11053.dir/
p_test.go 12 type I interface {
35 func F(s I) interface{} {

Completed in 969 milliseconds

<<31323334353637383940>>