HomeSort by relevance Sort by last modified time
    Searched full:upload (Results 1 - 25 of 775) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
48 struct pipe_resource *buffer; /* Upload buffer. */
49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
50 uint8_t *map; /* Pointer to the mapped upload buffer. */
51 unsigned size; /* Actual size of the upload buffer. */
52 unsigned offset; /* Aligned offset to the upload buffer, pointing
62 struct u_upload_mgr *upload = CALLOC_STRUCT( u_upload_mgr ); local
63 if (!upload)
66 upload->pipe = pipe;
67 upload->default_size = default_size
    [all...]
u_upload_mgr.h 42 * Create the upload manager.
45 * \param default_size Minimum size of the upload buffer, in bytes.
46 * \param alignment Alignment of each suballocation in the upload buffer.
55 * Destroy the upload manager.
57 void u_upload_destroy( struct u_upload_mgr *upload );
60 * Unmap and release old upload buffer.
62 * This is like u_upload_unmap() except the upload buffer is released for
67 void u_upload_flush( struct u_upload_mgr *upload );
70 * Unmap upload buffer
72 * \param upload Upload manage
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/
setup.cfg 7 distribute = register sdist bdist_egg upload pudge publish
  /docs/source.android.com/src/
app.yaml 11 upload: index.html
16 upload: (.*)
  /external/chromium-trace/trace-viewer/perf_insights/
app.yaml 16 - url: /upload
17 script: perf_insights.upload.app
  /external/deqp/doc/testspecs/GLES2/
performance.texture.upload.txt 19 Texture upload performance tests
22 + dEQP-GLES2.performance.texture.upload.*
29 + Upload functions glTexImage2D and glTexSubImage2D
33 - Upload call only
34 - Upload and draw with uploaded texture + buffer swap
38 + Trashed cache before upload
42 Texture upload performance cases measure the performance of texture upload
43 calls. Subgroup 'upload' measures the duration of upload calls (i.e
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/python_gflags/
Makefile 48 @echo "Files to upload:"
54 # Upload the source package to code.google.com
58 # Upload the package to PyPi
59 - python setup.py sdist upload
60 - python setup.py bdist_egg upload
62 # Upload the package to the ppa
  /external/pdfium/
codereview.settings 7 GITCL_PREUPLOAD: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
8 GITCL_PREDCOMMIT: http://src.chromium.org/viewvc/trunk/tools/depot_tools/git-cl-upload-hook?revision=HEAD&root=chrome
  /frameworks/base/docs/html/
app.yaml 20 upload: (.+)
25 upload: index.htm
  /external/chromium-trace/trace-viewer/third_party/WebOb/
setup.cfg 2 distribute = register sdist bdist_wheel upload
  /external/chromium-trace/trace-viewer/tracing/
app.yaml 37 upload: tracing/third_party/gl-matrix/dist/gl-matrix-min.js
42 upload: tracing/third_party/jszip/jszip.min.js
47 upload: tracing/third_party/d3/d3.min.js
52 upload: tracing/tracing/ui/extras/drive/index.html
  /external/libusb/doc/
Makefile.am 6 docs-upload: docs
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 25 'upload',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
__init__.py 25 'upload',
  /external/google-breakpad/
README 28 3. Download http://codereview.appspot.com/static/upload.py
30 4. Run upload.py from the 'src' directory:
31 upload.py --server=breakpad.appspot.com
40 upload.py again and pass the issue number so it updates the existing issue,
42 Be sure to rerun upload.py from the same directory as you did for previous
  /external/deqp/doc/testspecs/GLES3/
performance.buffer.data_upload.txt 19 Buffer upload performance tests
61 + Buffer upload performance after a draw call using the target buffer
68 + Complex buffer usage before upload (e.g transform feedback, copyBufferSubData)
69 + Sustained upload performance tests
73 Upload performance tests approximate upload speed by testing time usage of different
74 buffer upload functions with multiple different buffer sizes. The time usage of these
78 parameters. The test result of an upload test is the median transfer rate of the test
119 performance from the observation of a buffer upload completion (a return from a
122 "processing time" does not include the upload time. All tests and test samples have th
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_buffer_objects.c 491 if (!intel->upload.bo)
494 if (intel->upload.buffer_len) {
495 drm_intel_bo_subdata(intel->upload.bo,
496 intel->upload.buffer_offset,
497 intel->upload.buffer_len,
498 intel->upload.buffer);
499 intel->upload.buffer_len = 0;
502 drm_intel_bo_unreference(intel->upload.bo);
503 intel->upload.bo = NULL;
513 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0)
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.pom 40 <!-- Use this profile to create maven upload bundle -->
46 <id>build-maven-upload-bundle</id>
64 <outputDirectory>${project.build.directory}/upload/${project.artifactId}-${project.version}-javadoc.jar</outputDirectory>
83 <mkdir dir="${project.build.directory}/upload" />
85 <copy file="${basedir}/pom.xml" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.pom" />
86 <copy file="${basedir}/saxon9.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}.jar" />
88 <copy file="${basedir}/saxon9-dom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom.jar" />
89 <copy file="${basedir}/saxon9-dom4j.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-dom4j.jar" />
90 <copy file="${basedir}/saxon9-jdom.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-jdom.jar" />
91 <copy file="${basedir}/saxon9-s9api.jar" tofile="${project.build.directory}/upload/${project.artifactId}-${project.version}-s9api.jar" /
    [all...]
  /external/eigen/scripts/
eigen_gen_docs 16 #step 2 : upload
18 rsync -az --no-p --delete build/doc/html/ $USER@ssh.tuxfamily.org:eigen/eigen.tuxfamily.org-web/htdocs/$UPLOAD_DIR/ || { echo "upload failed"; exit 1; }
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 2 """Tests for distutils.command.upload."""
7 from distutils.command import upload as upload_mod
8 from distutils.command.upload import upload namespace
77 cmd = upload(dist)
90 cmd = upload(dist)
97 cmd = upload(dist)
111 cmd = upload(dist)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_upload.py 2 """Tests for distutils.command.upload."""
7 from distutils.command import upload as upload_mod
8 from distutils.command.upload import upload namespace
77 cmd = upload(dist)
90 cmd = upload(dist)
97 cmd = upload(dist)
111 cmd = upload(dist)
  /external/google-breakpad/src/common/linux/
google_crashdump_uploader_test.cc 76 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
81 char tempfn[80] = "/tmp/googletest-upload-XXXXXX";
103 ASSERT_TRUE(uploader->Upload(NULL, NULL, NULL));
123 ASSERT_FALSE(uploader->Upload(NULL, NULL, NULL));
139 ASSERT_FALSE(uploader.Upload(NULL, NULL, NULL));
154 ASSERT_FALSE(uploader1.Upload(NULL, NULL, NULL));
168 ASSERT_FALSE(uploader2.Upload(NULL, NULL, NULL));
  /external/skia/src/gpu/
GrBatchTarget.h 65 virtual void upload(TextureUploader)=0;
71 void upload(Uploader* upload) { function in class:GrBatchTarget
72 if (this->asapToken() == upload->lastUploadToken()) {
73 fAsapUploads.push_back().reset(SkRef(upload));
75 fInlineUploads.push_back().reset(SkRef(upload));
94 fAsapUploads[i]->upload(TextureUploader(fGpu));
  /frameworks/base/core/tests/coretests/src/com/android/internal/http/multipart/
MultipartTest.java 34 File upload = File.createTempFile("Multipart", "test"); local
36 FileWriter outFile = new FileWriter(upload);
47 parts[1] = new FilePart(upload.getName(), upload);
81 output.append(upload.getName());
83 output.append(upload.getName());
  /external/chromium-trace/trace-viewer/perf_insights/perf_insights/
upload.py 29 <form action="/upload" enctype="multipart/form-data" method="post">
31 <div><input type="submit" value="Upload"></div>
58 app = webapp2.WSGIApplication([('/upload', UploadPage)])

Completed in 886 milliseconds

1 2 3 4 5 6 7 8 91011>>