Searched defs:upload (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DPixelBuffer.cpp44 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) override;
70 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::CpuPixelBuffer
89 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) override;
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 DPixelBuffer.h36 * Before the buffer can be used by the GPU, for instance to upload
43 * using a PixelBuffer to upload to a texture.
120 virtual void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) = 0;
130 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height) { function in class:android::uirenderer::PixelBuffer
131 upload(x, y, width, height, getOffset(x, y));
/frameworks/base/libs/hwui/font/
H A DCacheTexture.cpp125 // as glTexSubImage2D(). This allows us to upload a sub-rectangle of a texture.
126 // With OpenGL ES 2.0 we have to upload entire stripes instead.
204 bool CacheTexture::upload() { function in class:android::uirenderer::CacheTexture
218 mPixelBuffer->upload(x, y, width, height);
/frameworks/data-binding/plugins-repo/com/android/databinding/bintray/1.0/
H A Dbintray-1.0.jar ... it public org.gradle.api.tasks.Upload getUploadTask () public java.lang.String getUser () public java ...

Completed in 138 milliseconds