/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/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/chromium_org/third_party/skia/tests/ |
FontNamesTest.cpp | 177 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); local 178 if (copied != nameTableSize) {
|
/external/deqp/framework/delibs/decpp/ |
deArrayBuffer.hpp | 125 ArrayBuffer copied(other); 126 swap(copied);
|
/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 | 181 size_t copied = typeface->getTableData(nameTag, 0, nameTableSize, nameTableData.get()); local 182 if (copied != nameTableSize) {
|
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/ |
memcpy.S | 104 # check we copied the correct amount
|
/external/linux-tools-perf/perf-3.12.0/arch/sh/lib/ |
memset-sh4.S | 36 ! Check if enough bytes need to be copied to be worth the big loop
|
/external/chromium_org/android_webview/build/ |
resources_config.mk | 89 # This list will be used to force the .pak files to be copied into the
|
/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.
|
/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 132 @echo "ADT IDE copied to $(ADT_IDE_DEST_DIR)/$(notdir $(5))"
|
/bootable/recovery/ |
Android.mk | 83 # It gets copied there in config/Makefile. LOCAL_MODULE_TAGS suppresses
|
/external/chromium_org/components/invalidation/ |
non_blocking_invalidator.cc | 91 scoped_ptr<base::DictionaryValue> copied(value.DeepCopy()); 94 base::Bind(&CallbackProxy::DoRun, callback_, base::Passed(&copied)));
|
/external/chromium_org/remoting/webapp/ |
host_session.js | 27 // Note that these values are copied directly from host_script_object.h and
|