Searched defs:SetBuffer (Results 1 - 5 of 5) sorted by relevance
/external/chromium/net/http/ |
H A D | http_auth_gssapi_posix_unittest.cc | 28 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 D | mock_gssapi_library_posix.cc | 64 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 D | buffer.cpp | 184 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 D | raw_ostream.h | 47 /// 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 D | pixelflinger2_interface.h | 201 void (* SetBuffer)(GGLInterface_t * iface, const GLenum type, GGLSurface_t * surface); member in struct:GGLInterface
|
Completed in 968 milliseconds