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

12345

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(generation);
22 *generation = k150_GrGLSLGeneration;
24 *generation = k140_GrGLSLGeneration;
26 *generation = k130_GrGLSLGeneration;
28 *generation = k110_GrGLSLGeneration;
34 *generation = k110_GrGLSLGeneration;
/external/skia/src/gpu/gl/
H A DGrGLSL.cpp12 bool GrGetGLSLGeneration(const GrGLInterface* gl, GrGLSLGeneration* generation) { argument
13 SkASSERT(NULL != generation);
22 *generation = k150_GrGLSLGeneration;
24 *generation = k140_GrGLSLGeneration;
26 *generation = k130_GrGLSLGeneration;
28 *generation = k110_GrGLSLGeneration;
34 *generation = k110_GrGLSLGeneration;
/external/chromium_org/gpu/command_buffer/common/
H A Dcommand_buffer_shared_test.cc31 EXPECT_LT(state.generation, 0x80000000);
47 state.generation = i + 2;
75 if (state.generation < last_state.generation)
82 EXPECT_LE(last_state.generation, state.generation);
85 EXPECT_EQ(state.generation,
H A Dcommand_buffer.h29 generation(0) {
54 // Generation index of this state. The generation index is incremented every
57 uint32 generation; member in struct:gpu::CommandBuffer::State
H A Dcommand_buffer_shared.h46 // Attempt to update the state, updating only if the generation counter is
54 if (states_[toread][index].generation - state->generation < 0x80000000U)
/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/chromium_org/mojo/services/gles2/
H A Dcommand_buffer_type_conversions.cc21 result->generation = input.generation;
36 state.generation = input->generation;
/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/chromium_org/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...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h97 virtual void set_generation(uint32 generation) { argument
99 impl_->set_generation(generation);
102 virtual uint32 generation() { function in class:cricket::PortAllocatorSessionProxy
104 return impl_->generation();
H A Dcandidate.h55 uint32 generation, const std::string& foundation)
58 type_(type), network_name_(network_name), generation_(generation),
114 // Candidates in a new generation replace those in the old generation.
115 uint32 generation() const { return generation_; } function in class:cricket::Candidate
116 void set_generation(uint32 generation) { generation_ = generation; } argument
51 Candidate(const std::string& id, int component, const std::string& protocol, const rtc::SocketAddress& address, uint32 priority, const std::string& username, const std::string& password, const std::string& type, const std::string& network_name, uint32 generation, const std::string& foundation) argument
H A Dportallocator.h106 virtual uint32 generation() { return generation_; } function in class:cricket::PortAllocatorSession
107 virtual void set_generation(uint32 generation) { generation_ = generation; } argument
/external/chromium_org/jingle/glue/
H A Dutils.cc46 value.SetInteger("generation", candidate.generation());
71 int generation = 0; local
80 !dic_value->GetInteger("generation", &generation)) {
90 candidate->set_generation(generation);
/external/libunwind/include/tdep-ia64/
H A Dscript.h73 uint32_t generation; /* generation number */ member in struct:ia64_script_cache
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
H A Drdftest2.asm1 ;; rdftest2.asm - test linkage and generation of RDOFF files
H A Drdftest1.asm10 ;; [7] correct generation of BSS addresses
/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...]
/external/chromium_org/third_party/WebKit/Source/platform/fonts/
H A DFontFallbackList.cpp47 , m_generation(FontCache::fontCache()->generation())
65 m_generation = FontCache::fontCache()->generation();
237 ASSERT(FontCache::fontCache()->generation() == m_generation);
/external/e2fsprogs/misc/
H A Dlsattr.c80 unsigned long generation; local
88 if (fgetversion (name, &generation) == -1) {
94 printf ("%5lu ", generation);
/external/chromium_org/gpu/ipc/
H A Dgpu_command_buffer_traits.cc17 WriteParam(m, p.generation);
29 ReadParam(m, iter, &p->generation)) {
/external/chromium_org/base/debug/
H A Dtrace_event_impl.h717 // |generation| is used in the following callbacks to check if the callback
719 void FlushCurrentThread(int generation);
722 void FinishFlush(int generation);
723 void OnFlushTimeout(int generation);
725 int generation() const {
728 bool CheckGeneration(int generation) const {
729 return generation == this->generation();
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c64 static long generation = 0; variable
128 generation = iPod_GetGeneration();
262 if (dbgout) fprintf (dbgout, "Generation: %ld\n", generation);
264 if (generation >= 40000) {
294 if ((generation >= 60000) && (generation < 70000)) {
/external/eigen/bench/btl/data/
H A Dmk_gnuplot_script.sh4 echo $WHAT script generation
/external/llvm/lib/Support/Windows/
H A DProcess.inc134 // item does what's necessary to prevent their generation.

Completed in 624 milliseconds

12345