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

  /external/mesa3d/src/pixelflinger2/
buffer.cpp 184 static void SetBuffer(GGLInterface * iface, const GLenum type, GGLSurface * surface)
198 ALOGD("pf2: SetBuffer 0x%.04X format=0x%.02X \n", type, surface ? surface->format : 0);
243 iface->SetBuffer = SetBuffer;
pixelflinger2.cpp 227 iface->SetBuffer(iface, GL_COLOR_BUFFER_BIT, NULL);
228 iface->SetBuffer(iface, GL_DEPTH_BUFFER_BIT, NULL);
229 iface->SetBuffer(iface, GL_STENCIL_BUFFER_BIT, NULL);
  /external/chromium/net/http/
http_auth_gssapi_posix_unittest.cc 28 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) {
47 SetBuffer(dest, src->value, src->length);
mock_gssapi_library_posix.cc 64 void SetBuffer(gss_buffer_t dest, const void* src, size_t length) {
83 SetBuffer(dest, src->value, src->length);
98 SetBuffer(dest, src.c_str(), src.length());
  /external/llvm/lib/Support/
raw_ostream.cpp 710 SetBuffer(OS.end(), OS.capacity() - OS.size());
726 SetBuffer(OS.end(), OS.capacity() - OS.size());
748 SetBuffer(OS.end(), OS.capacity() - OS.size());
  /external/llvm/include/llvm/Support/
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
243 /// safe for the subclass to install a new buffer via SetBuffer.
260 /// SetBuffer - Use the provided buffer as the raw_ostream buffer. This is
264 void SetBuffer(char *BufferStart, size_t Size) {
  /external/mesa3d/include/pixelflinger2/
pixelflinger2_interface.h 201 void (* SetBuffer)(GGLInterface_t * iface, const GLenum type, GGLSurface_t * surface);

Completed in 314 milliseconds