Searched defs:SetBuffer (Results 1 - 5 of 5) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_gssapi_posix_unittest.cc28 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { function in namespace:net::__anon2196
47 SetBuffer(dest, src->value, src->length);
H A Dmock_gssapi_library_posix.cc64 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) { function in namespace:net::__anon2260
83 SetBuffer(dest, src->value, src->length);
98 SetBuffer(dest, src.c_str(), src.length());
/external/mesa3d/src/pixelflinger2/
H A Dbuffer.cpp184 static void SetBuffer(GGLInterface * iface, const GLenum type, GGLSurface * surface) function
198 LOGD("pf2: SetBuffer 0x%.04X format=0x%.02X \n", type, surface ? surface->format : 0);
243 iface->SetBuffer = SetBuffer;
/external/llvm/include/llvm/Support/
H A Draw_ostream.h47 /// InternalBuffer); otherwise the buffer has been set via SetBuffer and is
50 /// If a subclass installs an external buffer using SetBuffer then it can wait
240 /// safe for the subclass to install a new buffer via SetBuffer.
257 /// SetBuffer - Use the provided buffer as the raw_ostream buffer. This is
261 void SetBuffer(char *BufferStart, size_t Size) { function in class:llvm::raw_ostream
/external/mesa3d/include/pixelflinger2/
H A Dpixelflinger2_interface.h201 void (* SetBuffer)(GGLInterface_t * iface, const GLenum type, GGLSurface_t * surface); member in struct:GGLInterface

Completed in 968 milliseconds