Searched refs:generation (Results 1 - 25 of 54) sorted by relevance

123

/external/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(generation);
22 *generation = k330_GrGLSLGeneration;
24 *generation = k150_GrGLSLGeneration;
26 *generation = k140_GrGLSLGeneration;
28 *generation = k130_GrGLSLGeneration;
30 *generation = k110_GrGLSLGeneration;
36 *generation = k310es_GrGLSLGeneration;
39 *generation = k330_GrGLSLGeneration;
41 *generation
[all...]
H A DGrGLSL.h51 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DMain.java38 GenerateResults generation = new GenerateResults();
40 generation.run(args);
/external/libunwind/src/mi/
H A Ddyn-cancel.c33 ++_U_dyn_info_list.generation;
H A Ddyn-register.c35 ++_U_dyn_info_list.generation;
/external/v8/src/
H A Dcompilation-cache.cc45 Handle<CompilationCacheTable> CompilationSubCache::GetTable(int generation) { argument
46 DCHECK(generation < generations_);
48 if (tables_[generation]->IsUndefined()) {
50 tables_[generation] = *result;
53 CompilationCacheTable::cast(tables_[generation]);
66 // Set the first generation as unborn.
92 // Probe the script generation tables. Make sure not to leak handles
95 for (int generation = 0; generation < generations(); generation
151 int generation; local
231 int generation; local
272 int generation; local
[all...]
H A Dcompilation-cache.h13 // for each generation of the sub-cache. Since the same source code string has
26 // Index for the first generation in the cache.
29 // Get the compilation cache tables for a specific generation.
30 Handle<CompilationCacheTable> GetTable(int generation);
32 // Accessors for first generation.
41 // Age the sub-cache by evicting the oldest generation and creating a new
42 // young generation.
64 Object** tables_; // Compilation cache tables - one for each generation.
/external/libunwind/include/tdep-ia64/
H A Dscript.h73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
/external/kernel-headers/original/uapi/linux/
H A Dfirewire-cdev.h75 * @generation: New bus generation
93 __u32 generation; member in struct:fw_cdev_event_bus_reset
151 * @generation: Bus generation in which the request is valid
171 * @generation pertain to that card. Destination node ID and bus generation may
189 * card index, node ID, and generation for outbound requests.
199 __u32 generation; member in struct:fw_cdev_event_request2
497 * @generation
511 __u32 generation; member in struct:fw_cdev_send_request
998 __u32 generation; member in struct:fw_cdev_send_stream_packet
1021 __u32 generation; member in struct:fw_cdev_send_phy_packet
[all...]
H A Dfd.h216 int generation; /* how many diskchanges? */ member in struct:floppy_drive_struct
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
H A DMachO_ARM_PIC_relocations.s20 # Check stub generation for external symbols by referencing a common symbol, 'baz'.
31 # Check stub generation for internal symbols by referencing 'bar'.
/external/skia/src/gpu/
H A DGrBatchAtlas.cpp20 static GrBatchAtlas::AtlasID create_id(int index, int generation) { argument
23 return generation << 16 | index;
156 void init(GrBatchAtlas* atlas, GrTexture* texture, int index, uint32_t generation, argument
159 fGenID = generation;
160 fID = create_id(index, generation);
334 int generation = plot->genID();
340 newPlot->init(this, fTexture, index, ++generation, x, y, fPlotWidth, fPlotHeight, fBPP);
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh4 echo $WHAT script generation
/external/mesa3d/src/mapi/glapi/gen/
H A Dglapi_gen.mk1 # Helpers for glapi header generation
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeDoc.h91 // add generation parameter to support page updates.
92 SkPdfNativeObject* object(int id /*, int generation*/ );
96 // add generation parameter to support page updates.
97 SkPdfPageObjectDictionary* page(int page/*, int generation*/);
136 // TODO(edisonn): pdfs with updates not supported right now, generation ignored.
137 void addCrossSectionInfo(int id, int generation, int offset, bool isFreed);
145 SkPdfNativeObject* readObject(int id/*, int generation*/);
H A DSkPdfNativeDoc.cpp176 // TODO(edisonn): generation ignored for now (used in pdfs with updates)
177 // int generation = (int)token.intValue();
294 int generation = (int)token.intValue(); local
306 this->addCrossSectionInfo(startId + i, generation, offset, *token.c_str() == 'f');
363 void SkPdfNativeDoc::addCrossSectionInfo(int id, int generation, int offset, bool isFreed) { argument
399 "reading generation", NULL, NULL);
415 // TODO(edisonn): verify that the generation is the right one
416 if (!generationObj.isInteger() /* || generation != generationObj.intValue()*/) {
418 "readObject: unexpected generation",
535 // TODO(edisonn): generation/update
[all...]
H A DSkPdfNativeTokenizer.cpp715 SkPdfNativeObject generation; local
716 start = nextObject(start, end, &generation, allocator, doc);
721 if (value->isInteger() && generation.isInteger() &&
726 (unsigned int)generation.intValue(),
728 // PUT_TRACK_PARAMETERS_OBJ2(value, &generation)
/external/libunwind/include/
H A Dlibunwind-dynamic.h153 uint32_t generation; member in struct:unw_dyn_info_list
/external/toybox/toys/
H A De2fs.h98 uint32_t generation; // File version (for NFS) member in struct:ext2_inode
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli83 generation, all loaded modules. Further modifications to the
91 generation, all loaded modules. Further modifications to the
/external/mesa3d/src/glsl/
H A DAndroid.gen.mk24 # included by glsl Android.mk for source generation
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.contenttype_3.4.100.v20100505-1235.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DRecognizerSharedState.as19 * matched a token. Prevents generation of more than one error message
/external/e2fsprogs/lib/blkid/
H A Dprobe.h420 __u64 __pad0; /* Was generation number in gfs1 */
658 /* expected generation for this device */
659 __u64 generation; member in struct:btrfs_dev_item
696 __u64 generation; member in struct:btrfs_super_block

Completed in 1602 milliseconds

123