Searched refs:upload (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
H A DMultipartTest.java34 File upload = File.createTempFile("Multipart", "test");
36 FileWriter outFile = new FileWriter(upload);
47 parts[1] = new FilePart(upload.getName(), upload);
81 output.append(upload.getName());
83 output.append(upload.getName());
/frameworks/base/libs/hwui/
H A DPixelBuffer.h35 * Before the buffer can be used by the GPU, for instance to upload
42 * using a PixelBuffer to upload to a texture.
119 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0;
129 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height) { function in class:android::uirenderer::PixelBuffer
130 upload(x, y, width, height, getOffset(x, y));
H A DPixelBuffer.cpp44 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
74 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::CpuPixelBuffer
93 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset);
149 void GpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::GpuPixelBuffer
H A DFontRenderer.cpp453 if (cacheTexture->upload()) {
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp120 // as glTexSubImage2D(). This allows us to upload a sub-rectangle of a texture.
121 // With OpenGL ES 2.0 we have to upload entire stripes instead.
206 bool CacheTexture::upload() { function in class:android::uirenderer::CacheTexture
220 mTexture->upload(x, y, width, height);
H A DCacheTexture.h91 bool upload();
/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py315 upload = merge_common.GetCommandStdout(['git', 'push', 'goog', refspec],
317 logging.info(upload)

Completed in 2820 milliseconds