HomeSort by relevance Sort by last modified time
    Searched defs:upload (Results 26 - 50 of 117) sorted by null

12 3 4 5

  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
TextureUploader.java 69 private int upload(GLCanvas canvas, ArrayDeque<UploadedTexture> deque, method in class:TextureUploader
97 uploadQuota = upload(canvas, mFgTextures, uploadQuota, false);
99 upload(canvas, mBgTextures, uploadQuota, true); method
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawImageObjectUtil.cpp 484 upload(queue, allocator, layout, offset, access.getWidth(),
506 upload(queue, allocator, layout, offset, access.getWidth(),
528 upload(queue, allocator, layout, offset, access.getWidth(),
551 void Image::upload (vk::VkQueue queue, function in class:vkt::Image
    [all...]
  /external/deqp/framework/opengl/
gluTexture.cpp 80 void Texture1D::upload (void) function in class:glu::Texture1D
87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
94 continue; // Don't upload.
100 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
161 void Texture2D::upload (void) function in class:glu::Texture2D
170 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
177 continue; // Don't upload.
184 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed");
206 // Upload to GL texture in compressed form.
211 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed")
346 void TextureCube::upload (void) function in class:glu::TextureCube
469 void Texture1DArray::upload (void) function in class:glu::Texture1DArray
553 void Texture2DArray::upload (void) function in class:glu::Texture2DArray
673 void Texture3D::upload (void) function in class:glu::Texture3D
766 void TextureCubeArray::upload (void) function in class:glu::TextureCubeArray
902 void TextureBuffer::upload (void) function in class:glu::TextureBuffer
    [all...]
  /external/libphonenumber/demo/src/com/google/phonenumbers/
PhoneNumberParserServlet.java 70 ServletFileUpload upload = new ServletFileUpload(); local
71 upload.setSizeMax(50000);
73 FileItemIterator iterator = upload.getItemIterator(req);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 102 struct u_upload_mgr *upload; member in struct:vl_compositor
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.h 94 * Whether texture upload buffer can be used on this texture
134 struct pipe_resource *buf; /* points to the upload buffer if this
135 * transfer is done via the upload buffer
143 } upload; member in struct:svga_transfer
  /external/skia/infra/bots/assets/
asset_utils.py 117 def upload(self, name, version, target_dir): member in class:CIPDStore
181 def upload(self, name, version, target_dir): member in class:GSStore
182 """Upload to GS."""
223 def upload(self, name, version, target_dir): member in class:MultiStore
224 self._cipd.upload(name, version, target_dir)
225 self._gs.upload(name, version, target_dir)
279 """Upload a new version and update the version file for the asset."""
281 self._store.upload(self._name, version, target_dir)
294 subprocess.check_call([utils.GIT, 'cl', 'upload', '--bypass-hooks'])
314 for script in ('download.py', 'upload.py', 'common.py')
    [all...]
  /packages/apps/Dialer/java/com/android/voicemail/impl/sync/
OmtpVvmSyncService.java 57 /** Only upload to the server. */
227 uploadSuccess = upload(account, imapHelper);
235 "upload succeeded: ["
255 private boolean upload(PhoneAccountHandle phoneAccountHandle, ImapHelper imapHelper) { method in class:OmtpVvmSyncService
  /cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
BatteryStatsBgVsFgActions.java 384 BatteryStatsWifiTransferTests.upload();
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 295 * Returns the format that we are finally going to use when upload a vertex
299 * @upload points in which upload we are. Valid values are [0,1]
303 int upload)
305 assert(upload == 0 || upload == 1);
316 return !upload ? BRW_SURFACEFORMAT_R32G32B32A32_FLOAT
406 * like to use here, so upload everything as UINT and fix
431 * like to use here, so upload everything as UINT and fix
489 /* If the source stride is zero, we just want to upload the curren
547 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
    [all...]
brw_context.h 255 * use the normal state upload paths), but the cache is still used. To avoid
722 } upload; member in struct:brw_context
    [all...]
  /external/syslinux/com32/hdt/
hdt-common.h 82 struct upload_backend *upload; variable in typeref:struct:upload_backend
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageMutableTests.cpp 64 enum Upload {
79 std::string getUploadString (const int upload)
82 return strs[upload];
98 enum Upload upload; member in struct:vkt::image::CaseDef
252 if (caseDef.upload == UPLOAD_DRAW)
300 if (caseDef.upload == UPLOAD_STORE)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 423 void upload (void);
556 void SRGBTestTexture::upload (void) function in class:deqp::gles31::Functional::__anon17551::SRGBTestTexture
558 m_source.upload();
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_cmd_buffer.c 178 cmd_buffer->upload.offset = 0;
179 cmd_buffer->upload.size = 0;
180 list_inithead(&cmd_buffer->upload.list);
196 struct radv_cmd_buffer_upload *upload; local
200 new_size = MAX2(new_size, 2 * cmd_buffer->upload.size);
213 if (cmd_buffer->upload.upload_bo) {
214 upload = malloc(sizeof(*upload));
216 if (!upload) {
222 memcpy(upload, &cmd_buffer->upload, sizeof(*upload))
    [all...]
radv_private.h 727 struct radv_cmd_buffer_upload upload; member in struct:radv_cmd_buffer
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_blitter.c 64 struct u_upload_mgr *upload; member in struct:blitter_context_priv
319 ctx->upload = u_upload_create(pipe, 65536, PIPE_BIND_VERTEX_BUFFER,
494 u_upload_destroy(ctx->upload);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
intel_context.h 206 } upload; member in struct:intel_context
  /external/regex-re2/lib/codereview/
codereview.py 282 self.Upload(ui, repo, gofmt_just_warn=True, creating=True)
309 def Upload(self, ui, repo, send_mail=False, gofmt=True, gofmt_just_warn=False, creating=False, quiet=False):
333 # and then we'll run an immediate upload.
350 # First upload sets the subject for the CL itself.
353 response_body = MySend("/upload", body, content_type=ctype)
2073 def upload(ui, repo, name, **opts): function
    [all...]
  /prebuilts/tools/common/m2/repository/com/github/dcendents/android-maven-gradle-plugin/1.4.1/
android-maven-gradle-plugin-1.4.1.jar 
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 21 * \brief Buffer data upload performance tests.
302 SingleOperationStatistics upload; member in struct:deqp::gles3::Performance::__anon17392::UploadRenderReadStatistics
321 SingleOperationStatistics upload; member in struct:deqp::gles3::Performance::__anon17392::RenderUploadRenderReadStatistics
871 stats.upload = calculateSingleOperationStatistics(samples, &UploadRenderReadDuration::uploadDuration);
885 stats.upload = calculateSingleOperationStatistics(samples, &UploadRenderReadDurationWithUnrelatedUploadSize::uploadDuration);
900 stats.upload = calculateSingleOperationStatistics(samples, &RenderUploadRenderReadDuration::uploadDuration);
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar 
  /external/curl/lib/
urldata.h 717 bool upload_done; /* set to TRUE when doing chunked transfer-encoding upload
730 still left in the buffer, aimed for upload. */
741 on upload */
744 bool forbidchunk; /* used only to explicitly forbid chunk-upload for
745 specific upload buffers. See readmoredata() in
1677 bool upload; \/* upload request *\/ member in struct:UserDefined
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-devicefarm/1.11.18/
aws-java-sdk-devicefarm-1.11.18.jar 

Completed in 1645 milliseconds

12 3 4 5