/external/chromium/webkit/glue/media/ |
simple_data_source.cc | 126 size_t copied = std::min(size, static_cast<size_t>(size_ - position)); local 127 memcpy(data, data_.c_str() + position, copied); 128 read_callback->RunWithParams(Tuple1<size_t>(copied));
|
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/ |
vbo_save.h | 78 GLuint wrap_count; /* number of copied vertices at start */ 157 struct vbo_save_copied_vtx copied; member in struct:vbo_save_context
|
vbo_exec_draw.c | 80 GLfloat *dst = exec->vtx.copied.buffer; 375 * Execute the buffer and save copied verts. 387 exec->vtx.copied.nr = vbo_copy_vertices( exec ); 389 if (exec->vtx.copied.nr != exec->vtx.vert_count) {
|
vbo_save_api.c | 47 * commands through the Exec dispatch table, or fix up the copied 113 GLfloat *dst = save->copied.buffer; 335 node->wrap_count = save->copied.nr; 384 save->copied.nr = _save_copy_vertices(ctx, node, save->buffer); 460 /* store the copied vertices, and allocate a new list. 488 GLfloat *data = save->copied.buffer; 497 assert(save->max_vert - save->vert_count > save->copied.nr); 499 for (i = 0; i < save->copied.nr; i++) { 547 /* Flush existing data, set new attrib size, replay copied vertices. 563 assert(save->copied.nr == 0) [all...] |
/external/mesa3d/src/mesa/vbo/ |
vbo_save.h | 78 GLuint wrap_count; /* number of copied vertices at start */ 157 struct vbo_save_copied_vtx copied; member in struct:vbo_save_context
|
vbo_exec_draw.c | 80 GLfloat *dst = exec->vtx.copied.buffer; 375 * Execute the buffer and save copied verts. 387 exec->vtx.copied.nr = vbo_copy_vertices( exec ); 389 if (exec->vtx.copied.nr != exec->vtx.vert_count) {
|
vbo_save_api.c | 47 * commands through the Exec dispatch table, or fix up the copied 113 GLfloat *dst = save->copied.buffer; 335 node->wrap_count = save->copied.nr; 384 save->copied.nr = _save_copy_vertices(ctx, node, save->buffer); 460 /* store the copied vertices, and allocate a new list. 488 GLfloat *data = save->copied.buffer; 497 assert(save->max_vert - save->vert_count > save->copied.nr); 499 for (i = 0; i < save->copied.nr; i++) { 547 /* Flush existing data, set new attrib size, replay copied vertices. 563 assert(save->copied.nr == 0) [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
Android.mk | 47 # Ensure that this file is only copied to emulator-specific builds.
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageFrameGenerator.cpp | 135 bool copied = cachedImage->bitmap().copyPixelsTo(pixels, rowBytes * info.fHeight, rowBytes); local 137 return copied;
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_pixmap_colormap.spec | 73 rendered into the pixmap may then be copied to a window (which uses the
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTUtils.cpp | 172 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); local 173 if (copied != nameTableSize) {
|
/external/mesa3d/docs/ |
MESA_pixmap_colormap.spec | 73 rendered into the pixmap may then be copied to a window (which uses the
|
/external/skia/src/sfnt/ |
SkOTUtils.cpp | 172 size_t copied = typeface.getTableData(nameTag, 0, nameTableSize, nameTableData.get()); local 173 if (copied != nameTableSize) {
|
/external/skia/tests/ |
FontNamesTest.cpp | 182 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); local 183 if (copied != nameTableSize) {
|
/build/core/tasks/ |
sdk-addon.mk | 41 # Files that are built and then copied into the sdk-addon 53 # Files that are copied directly into the sdk-addon
|
/bootable/recovery/ |
Android.mk | 64 # It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
|
/external/chromium_org/ppapi/native_client/tests/nacl_browser/fault_injection/ |
nacl.scons | 8 # test source is copied from tests/nameservice/ -- we don't actually
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/ |
stabs-elf.asm | 2 ; copied from cofftest.asm; s/_//g s/coff/elf/g
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/ |
elftest.asm | 2 ; copied from cofftest.asm; s/_//g s/coff/elf/g
|
/ndk/build/core/ |
prebuilt-library.mk | 62 # copied to TARGET_OUT during the build.
|
/cts/suite/cts/deviceTests/videoperf/src/com/android/cts/videoperf/ |
VideoEncoderDecoderTest.java | 334 ByteBuffer copied = ByteBuffer.allocate(l); 335 output.get(copied.array(), 0, l); 336 mEncodedOutputBuffer.add(copied);
|
/sdk/adtproductbuild/ |
Android.mk | 95 # don't support symlinks, this just gets copied over. We don't really need this file as users just 96 # open the Eclipse.app application, so we just remove it. Lastly, the .icns file is manually copied 130 @echo "ADT IDE copied to $(ADT_IDE_DEST_DIR)/$(notdir $(5))"
|
/cts/ |
CtsTestCaseList.mk | 55 # Any APKs that need to be copied to the CTS distribution's testcases
|
/external/chromium/crypto/ |
nss_util.cc | 63 PRInt32 copied = PR_GetErrorText(error_text.get()); local 64 result = std::string(error_text.get(), copied);
|
/external/chromium_org/remoting/webapp/ |
host_session.js | 28 // Note that these values are copied directly from host_script_object.h and
|