Searched defs:Set (Results 226 - 250 of 257) sorted by relevance

1234567891011

/external/llvm/utils/TableGen/
H A DCodeGenRegisters.cpp155 CodeGenRegister::Set::const_iterator RegI, RegE;
159 RegUnitIterator(const CodeGenRegister::Set &Regs):
736 for (CodeGenRegister::Set::iterator I = Members.begin(), E = Members.end();
773 for (CodeGenRegister::Set::const_iterator I = K.Members->begin(),
1055 const CodeGenRegister::Set *Members,
1232 CodeGenRegister::Set Regs;
1263 const CodeGenRegister::Set &Regs = RegClass->getMembers();
1271 for (CodeGenRegister::Set::const_iterator I = std::next(Regs.begin()),
1336 for (CodeGenRegister::Set::iterator
1347 for (CodeGenRegister::Set
1453 findRegUnitSet(const std::vector<RegUnitSet> &UniqueSets, const RegUnitSet &Set) argument
1965 SetVector<const CodeGenRegister*> Set; local
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp143 void Set(CInArchive *archive, const Byte *data, size_t size);
144 void Set(CInArchive *archive, const CByteBuffer &byteBuffer);
145 void Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector);
157 void CStreamSwitch::Set(CInArchive *archive, const Byte *data, size_t size) function in class:NArchive::N7z::CStreamSwitch
165 void CStreamSwitch::Set(CInArchive *archive, const CByteBuffer &byteBuffer) function in class:NArchive::N7z::CStreamSwitch
167 Set(archive, byteBuffer, byteBuffer.GetCapacity());
170 void CStreamSwitch::Set(CInArchive *archive, const CObjectVector<CByteBuffer> *dataVector) function in class:NArchive::N7z::CStreamSwitch
179 Set(archive, (*dataVector)[dataIndex]);
541 streamSwitch.Set(this, dataVector);
769 streamSwitch.Set(thi
[all...]
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp101 void Set(CBaseRandomGenerator *rg) { RG = rg; } function in class:CBenchRandomGenerator
555 rg.Set(rgLoc);
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp58 void CPDF_FontGlobals::Set(void* key, int index, CPDF_Font* pFont) function in class:CPDF_FontGlobals
413 pFontGlobals->Set(pDoc, font_id, pFont);
/external/skia/src/core/
H A DSkTraceEvent.h285 TraceEventSamplingStateScope<bucket_number>::Set(category "\0" name)
754 // Set the duration field of a COMPLETE trace event.
1219 TraceEventSamplingStateScope<BucketNumber>::Set(category_and_name);
1223 TraceEventSamplingStateScope<BucketNumber>::Set(previous_state_);
1231 static inline void Set(const char* category_and_name) { function in class:skia::tracing_internals::TraceEventSamplingStateScope
/external/tinyxml2/
H A Dtinyxml2.h127 void Set( char* _start, char* _end, int _flags ) { function in class:tinyxml2::StrPair
468 /** Set the Value of an XML node.
805 /// Set the attribute to a string value.
807 /// Set the attribute to value.
809 /// Set the attribute to value.
811 /// Set the attribute to value.
813 /// Set the attribute to value.
815 /// Set the attribute to value.
847 /// Set the name of the element.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediachannel.h87 virtual void Set(T val) { function in class:cricket::Settable
93 Set(T());
98 // Set this value based on the value of o, iff o is set. If this value is
102 Set(val);
131 virtual void Set(float val) { function in class:cricket::SettablePercent
138 Settable<float>::Set(val);
279 // Set DSCP value for packet sent from audio channel.
297 process_adaptation_threshhold.Set(kProcessCpuThreshold);
298 system_low_adaptation_threshhold.Set(kLowSystemCpuThreshold);
299 system_high_adaptation_threshhold.Set(kHighSystemCpuThreshol
[all...]
/external/chromium_org/v8/src/
H A Ddeoptimizer.cc268 // Set the next function link to undefined to indicate it is no longer
1097 // Set the continuation for the topmost frame.
1977 values.Set(d.destination(), num);
3509 isolate->materialized_object_store()->Set(stack_frame_id_, array);
3526 void MaterializedObjectStore::Set(Address fp, function in class:v8::internal::MaterializedObjectStore
H A Djsregexp.h121 // Set last match info. If match is NULL, then setting captures is omitted.
307 void Set(unsigned value, Zone* zone);
1270 void Set(int character);
1300 void Set(int map_number, int character) { function in class:v8::internal::BoyerMooreLookahead
1303 info->Set(character);
H A Dapi.cc802 void Template::Set(v8::Handle<Name> name, function in class:v8::Template
2493 VALUE_IS_SPECIFIC_TYPE(Set, Set)
3106 bool v8::Object::Set(v8::Handle<Value> key, v8::Handle<Value> value) { function in class:v8::v8::Object
3108 ON_BAILOUT(isolate, "v8::Object::Set()", return false);
3123 bool v8::Object::Set(uint32_t index, v8::Handle<Value> value) { function in class:v8::v8::Object
3125 ON_BAILOUT(isolate, "v8::Object::Set()", return false);
5161 // Set the global template to be the prototype template of
H A Djsregexp.cc729 // Set state so that fetching the results the first time triggers a call
1191 affected_registers->Set(i, zone);
1194 affected_registers->Set(action->reg(), zone);
1331 registers_to_pop->Set(reg, zone);
1333 registers_to_clear->Set(reg, zone);
3595 void BoyerMoorePositionInfo::Set(int character) { function in class:v8::internal::BoyerMoorePositionInfo
5587 result->Set(value, zone);
5593 void OutSet::Set(unsigned value, Zone *zone) { function in class:v8::internal::OutSet
5746 // Set up the offsets of the elements relative to the start. This is a fixed
5884 bm->Set(offse
[all...]
H A Dobjects-inl.h2618 // Set is_extended_layout field.
3030 void DescriptorArray::Set(int descriptor_number,
3048 void DescriptorArray::Set(int descriptor_number, Descriptor* desc) {
3062 Set(descriptor_number, desc);
3388 void String::Set(int index, uint16_t value) { function in class:v8::internal::String
H A Dobjects.cc1986 // Set the new property value and do the map transition.
2542 new_descriptors->Set(i, &d);
2581 new_descriptors->Set(i, &d);
2587 new_descriptors->Set(i, &d);
2611 new_descriptors->Set(i, &d);
2623 new_descriptors->Set(i, &d);
2629 new_descriptors->Set(i, &d);
4131 void NormalizedMapCache::Set(Handle<Map> fast_map, function in class:v8::internal::NormalizedMapCache
4360 descriptors->Set(enumeration_index - 1, &d);
4375 descriptors->Set(enumeration_inde
15098 Handle<SeededNumberDictionary> SeededNumberDictionary::Set( function in class:v8::SeededNumberDictionary
15118 Handle<UnseededNumberDictionary> UnseededNumberDictionary::Set( function in class:v8::UnseededNumberDictionary
[all...]
/external/chromium_org/cc/output/
H A Dgl_renderer.cc59 virtual void Set() OVERRIDE { has_passed_ = false; }
201 // depend on the query, defer BeginQueryEXT call until Set() is called and
207 void Set() { function in class:cc::GLRenderer::SyncQuery
213 // make sure to issue this command when Set() is called (prior to issuing
254 virtual void Set() OVERRIDE {
256 query_->Set();
1962 void Set(Program* program) { function in struct:cc::TextureProgramBinding
1978 void Set(Program* program) { function in struct:cc::TexTransformTextureProgramBinding
1979 TextureProgramBinding::Set(program);
1993 // Set th
[all...]
/external/chromium_org/v8/src/x64/
H A Dmacro-assembler-x64.cc650 Set(rax, num_arguments);
659 Set(rax, num_arguments);
681 Set(rax, num_arguments);
866 // Set the entry point and jump to the C entry runtime stub.
1011 void MacroAssembler::Set(Register dst, int64_t x) { function in class:v8::internal::MacroAssembler
1024 void MacroAssembler::Set(const Operand& dst, intptr_t x) { function in class:v8::internal::MacroAssembler
1029 Set(kScratchRegister, x);
1954 Set(dst, 0);
2099 // Set tag and padding bits before negating, so that they are zero
2126 Set(ds
[all...]
/external/valgrind/main/VEX/priv/
H A Dhost_ppc_defs.h708 } Set; member in union:__anon31998::__anon31999
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.cc322 // Set the destination page size and content area in points based on source
1327 mouse_down_state_.Set(area, target);
2770 void PDFiumEngine::MouseDownState::Set(const PDFiumPage::Area& area, function in class:chrome_pdf::PDFiumEngine::MouseDownState
3389 // than the bounds. Set the clip rect to the bounds.
/external/chromium_org/v8/src/heap/
H A Dspaces.h117 inline void Set() { *cell_ |= mask_; } function in class:v8::internal::MarkBit
421 // Set or clear multiple flags at a time. The flags in the mask
1408 // Set the size in bytes, which can be read with HeapObject::Size(). This
1652 // Set up the space using the given address range of virtual memory (from
1775 // Set space allocation info.
2436 // Set the age mark in the active semispace.
/external/clang/lib/Serialization/
H A DASTWriter.cpp2132 // Set up the abbreviation for
4014 // Set up predefined declaration IDs.
5239 ASTWriter::AddUnresolvedSet(const ASTUnresolvedSet &Set, RecordDataImpl &Record) { argument
5240 Record.push_back(Set.size());
5242 I = Set.begin(), E = Set.end(); I != E; ++I) {
/external/clang/tools/c-index-test/
H A Dc-index-test.c985 void PrintDiagnosticSet(CXDiagnosticSet Set) { argument
986 int i = 0, n = clang_getNumDiagnosticsInSet(Set);
988 CXDiagnostic Diag = clang_getDiagnosticInSet(Set, i);
/external/llvm/lib/IR/
H A DCore.cpp1600 AttributeSet Set = AttributeSet::get(Func->getContext(), Idx, B); local
1601 Func->addAttributes(Idx, Set);
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp2547 template<typename Set>
2556 Persistent<Set> set1 = new Set();
2557 Persistent<Set> set2 = new Set();
2559 const Set& constSet = *set1.get();
2575 typename Set::iterator it(set1->begin());
2576 typename Set::reverse_iterator reverse(set1->rbegin());
2577 typename Set::const_iterator cit(constSet.begin());
2578 typename Set
4458 typedef HeapHashSet<WeakMember<IntWrapper> > Set; typedef
[all...]
/external/chromium_org/v8/include/
H A Dv8.h403 Set(isolate, handle);
408 template<class S> V8_INLINE void Set(Isolate* isolate, Local<S> handle);
1576 * Returns true if this value is a Set.
2273 bool Set(Handle<Value> key, Handle<Value> value);
2275 bool Set(uint32_t index, Handle<Value> value);
2376 * Set the prototype object. This does not skip objects marked to
2507 * Set the backing store of the indexed properties to be managed by the
2519 * Set the backing store of the indexed properties to be managed by the
2601 template <typename S> V8_INLINE void Set(const Persistent<S>& handle);
2602 template <typename S> V8_INLINE void Set(cons
5994 void Eternal<T>::Set(Isolate* isolate, Local<S> handle) { function in class:v8::Eternal
6170 void ReturnValue<T>::Set(const Persistent<S>& handle) { function in class:v8::ReturnValue
6181 void ReturnValue<T>::Set(const Handle<S> handle) { function in class:v8::ReturnValue
6191 void ReturnValue<T>::Set(double i) { function in class:v8::ReturnValue
6197 void ReturnValue<T>::Set(int32_t i) { function in class:v8::ReturnValue
6208 void ReturnValue<T>::Set(uint32_t i) { function in class:v8::ReturnValue
6220 void ReturnValue<T>::Set(bool value) { function in class:v8::ReturnValue
6261 void ReturnValue<T>::Set(S* whatever) { function in class:v8::ReturnValue
6397 void Template::Set(Isolate* isolate, const char* name, v8::Handle<Data> value) { function in class:v8::Template
[all...]
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h31 void* Set(void* cmd, GLenum _texture) { function in struct:ActiveTexture
64 void* Set(void* cmd, GLuint _program, GLuint _shader) { function in struct:AttachShader
101 void* Set(void* cmd, function in struct:BindAttribLocationBucket
144 void* Set(void* cmd, GLenum _target, GLuint _buffer) { function in struct:BindBuffer
180 void* Set(void* cmd, GLenum _target, GLuint _framebuffer) { function in struct:BindFramebuffer
216 void* Set(void* cmd, GLenum _target, GLuint _renderbuffer) { function in struct:BindRenderbuffer
253 void* Set(void* cmd, GLenum _target, GLuint _texture) { function in struct:BindTexture
291 void* Set(void* cmd, function in struct:BlendColor
335 void* Set(void* cmd, GLenum _mode) { function in struct:BlendEquation
368 void* Set(voi function in struct:BlendEquationSeparate
405 void* Set(void* cmd, GLenum _sfactor, GLenum _dfactor) { function in struct:BlendFunc
446 void* Set(void* cmd, function in struct:BlendFuncSeparate
500 void* Set(void* cmd, function in struct:BufferData
557 void* Set(void* cmd, function in struct:BufferSubData
613 void* Set(void* cmd, function in struct:CheckFramebufferStatus
656 void* Set(void* cmd, GLbitfield _mask) { function in struct:Clear
689 void* Set(void* cmd, function in struct:ClearColor
733 void* Set(void* cmd, GLclampf _depth) { function in struct:ClearDepthf
765 void* Set(void* cmd, GLint _s) { function in struct:ClearStencil
802 void* Set(void* cmd, function in struct:ColorMask
844 void* Set(void* cmd, GLuint _shader) { function in struct:CompileShader
886 void* Set(void* cmd, function in struct:CompressedTexImage2DBucket
956 void* Set(void* cmd, function in struct:CompressedTexImage2D
1040 void* Set(void* cmd, function in struct:CompressedTexSubImage2DBucket
1127 void* Set(void* cmd, function in struct:CompressedTexSubImage2D
1218 void* Set(void* cmd, function in struct:CopyTexImage2D
1291 void* Set(void* cmd, function in struct:CopyTexSubImage2D
1354 void* Set(void* cmd, uint32_t _client_id) { function in struct:CreateProgram
1387 void* Set(void* cmd, GLenum _type, uint32_t _client_id) { function in struct:CreateShader
1422 void* Set(void* cmd, GLenum _mode) { function in struct:CullFace
1460 void* Set(void* cmd, GLsizei _n, const GLuint* _buffers) { function in struct:DeleteBuffersImmediate
1502 void* Set(void* cmd, GLsizei _n, const GLuint* _framebuffers) { function in struct:DeleteFramebuffersImmediate
1536 void* Set(void* cmd, GLuint _program) { function in struct:DeleteProgram
1576 void* Set(void* cmd, GLsizei _n, const GLuint* _renderbuffers) { function in struct:DeleteRenderbuffersImmediate
1610 void* Set(void* cmd, GLuint _shader) { function in struct:DeleteShader
1650 void* Set(void* cmd, GLsizei _n, const GLuint* _textures) { function in struct:DeleteTexturesImmediate
1684 void* Set(void* cmd, GLenum _func) { function in struct:DepthFunc
1715 void* Set(void* cmd, GLboolean _flag) { function in struct:DepthMask
1747 void* Set(void* cmd, GLclampf _zNear, GLclampf _zFar) { function in struct:DepthRangef
1783 void* Set(void* cmd, GLuint _program, GLuint _shader) { function in struct:DetachShader
1818 void* Set(void* cmd, GLenum _cap) { function in struct:Disable
1848 void* Set(void* cmd, GLuint _index) { function in struct:DisableVertexAttribArray
1883 void* Set(void* cmd, GLenum _mode, GLint _first, GLsizei _count) { function in struct:DrawArrays
1923 void* Set(void* cmd, function in struct:DrawElements
1968 void* Set(void* cmd, GLenum _cap) { function in struct:Enable
1998 void* Set(void* cmd, GLuint _index) { function in struct:EnableVertexAttribArray
2028 void* Set(void* cmd) { function in struct:Finish
2053 void* Set(void* cmd) { function in struct:Flush
2087 void* Set(void* cmd, function in struct:FramebufferRenderbuffer
2140 void* Set(void* cmd, function in struct:FramebufferTexture2D
2188 void* Set(void* cmd, GLenum _mode) { function in struct:FrontFace
2227 void* Set(void* cmd, GLsizei _n, GLuint* _buffers) { function in struct:GenBuffersImmediate
2261 void* Set(void* cmd, GLenum _target) { function in struct:GenerateMipmap
2301 void* Set(void* cmd, GLsizei _n, GLuint* _framebuffers) { function in struct:GenFramebuffersImmediate
2343 void* Set(void* cmd, GLsizei _n, GLuint* _renderbuffers) { function in struct:GenRenderbuffersImmediate
2385 void* Set(void* cmd, GLsizei _n, GLuint* _textures) { function in struct:GenTexturesImmediate
2433 void* Set(void* cmd, function in struct:GetActiveAttrib
2503 void* Set(void* cmd, function in struct:GetActiveUniform
2568 void* Set(void* cmd, function in struct:GetAttachedShaders
2623 void* Set(void* cmd, function in struct:GetAttribLocation
2676 void* Set(void* cmd, function in struct:GetBooleanv
2726 void* Set(void* cmd, function in struct:GetBufferParameteriv
2776 void* Set(void* cmd, uint32_t _result_shm_id, uint32_t _result_shm_offset) { function in struct:GetError
2816 void* Set(void* cmd, function in struct:GetFloatv
2867 void* Set(void* cmd, function in struct:GetFramebufferAttachmentParameteriv
2926 void* Set(void* cmd, function in struct:GetIntegerv
2976 void* Set(void* cmd, function in struct:GetProgramiv
3023 void* Set(void* cmd, GLuint _program, uint32_t _bucket_id) { function in struct:GetProgramInfoLog
3067 void* Set(void* cmd, function in struct:GetRenderbufferParameteriv
3122 void* Set(void* cmd, function in struct:GetShaderiv
3169 void* Set(void* cmd, GLuint _shader, uint32_t _bucket_id) { function in struct:GetShaderInfoLog
3218 void* Set(void* cmd, function in struct:GetShaderPrecisionFormat
3274 void* Set(void* cmd, GLuint _shader, uint32_t _bucket_id) { function in struct:GetShaderSource
3310 void* Set(void* cmd, GLenum _name, uint32_t _bucket_id) { function in struct:GetString
3352 void* Set(void* cmd, function in struct:GetTexParameterfv
3407 void* Set(void* cmd, function in struct:GetTexParameteriv
3462 void* Set(void* cmd, function in struct:GetUniformfv
3516 void* Set(void* cmd, function in struct:GetUniformiv
3570 void* Set(void* cmd, function in struct:GetUniformLocation
3625 void* Set(void* cmd, function in struct:GetVertexAttribfv
3680 void* Set(void* cmd, function in struct:GetVertexAttribiv
3735 void* Set(void* cmd, function in struct:GetVertexAttribPointerv
3783 void* Set(void* cmd, GLenum _target, GLenum _mode) { function in struct:Hint
3821 void* Set(void* cmd, function in struct:IsBuffer
3865 void* Set(void* cmd, function in struct:IsEnabled
3912 void* Set(void* cmd, function in struct:IsFramebuffer
3960 void* Set(void* cmd, function in struct:IsProgram
4008 void* Set(void* cmd, function in struct:IsRenderbuffer
4056 void* Set(void* cmd, function in struct:IsShader
4102 void* Set(void* cmd, function in struct:IsTexture
4144 void* Set(void* cmd, GLfloat _width) { function in struct:LineWidth
4175 void* Set(void* cmd, GLuint _program) { function in struct:LinkProgram
4208 void* Set(void* cmd, GLenum _pname, GLint _param) { function in struct:PixelStorei
4244 void* Set(void* cmd, GLfloat _factor, GLfloat _units) { function in struct:PolygonOffset
4304 void* Set(void* cmd, function in struct:ReadPixels
4382 void* Set(void* cmd) { function in struct:ReleaseShaderCompiler
4418 void* Set(void* cmd, function in struct:RenderbufferStorage
4466 void* Set(void* cmd, GLclampf _value, GLboolean _invert) { function in struct:SampleCoverage
4504 void* Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) { function in struct:Scissor
4552 void* Set(void* cmd, function in struct:ShaderBinary
4615 void* Set(void* cmd, GLuint _shader, uint32_t _data_bucket_id) { function in struct:ShaderSourceBucket
4653 void* Set(void* cmd, GLenum _func, GLint _ref, GLuint _mask) { function in struct:StencilFunc
4693 void* Set(void* cmd, GLenum _face, GLenum _func, GLint _ref, GLuint _mask) { function in struct:StencilFuncSeparate
4735 void* Set(void* cmd, GLuint _mask) { function in struct:StencilMask
4768 void* Set(void* cmd, GLenum _face, GLuint _mask) { function in struct:StencilMaskSeparate
4806 void* Set(void* cmd, GLenum _fail, GLenum _zfail, GLenum _zpass) { function in struct:StencilOp
4845 void* Set(void* cmd, function in struct:StencilOpSeparate
4907 void* Set(void* cmd, function in struct:TexImage2D
4983 void* Set(void* cmd, GLenum _target, GLenum _pname, GLfloat _param) { function in struct:TexParameterf
5028 void* Set(void* cmd, GLenum _target, GLenum _pname, const GLfloat* _params) { function in struct:TexParameterfvImmediate
5067 void* Set(void* cmd, GLenum _target, GLenum _pname, GLint _param) { function in struct:TexParameteri
5112 void* Set(void* cmd, GLenum _target, GLenum _pname, const GLint* _params) { function in struct:TexParameterivImmediate
5169 void* Set(void* cmd, function in struct:TexSubImage2D
5253 void* Set(void* cmd, GLint _location, GLfloat _x) { function in struct:Uniform1f
5296 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) { function in struct:Uniform1fvImmediate
5334 void* Set(void* cmd, GLint _location, GLint _x) { function in struct:Uniform1i
5377 void* Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) { function in struct:Uniform1ivImmediate
5416 void* Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y) { function in struct:Uniform2f
5461 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) { function in struct:Uniform2fvImmediate
5500 void* Set(void* cmd, GLint _location, GLint _x, GLint _y) { function in struct:Uniform2i
5545 void* Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) { function in struct:Uniform2ivImmediate
5585 void* Set(void* cmd, GLint _location, GLfloat _x, GLfloat _y, GLfloat _z) { function in struct:Uniform3f
5632 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) { function in struct:Uniform3fvImmediate
5672 void* Set(void* cmd, GLint _location, GLint _x, GLint _y, GLint _z) { function in struct:Uniform3i
5719 void* Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) { function in struct:Uniform3ivImmediate
5760 void* Set(void* cmd, function in struct:Uniform4f
5814 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _v) { function in struct:Uniform4fvImmediate
5855 void* Set(void* cmd, function in struct:Uniform4i
5909 void* Set(void* cmd, GLint _location, GLsizei _count, const GLint* _v) { function in struct:Uniform4ivImmediate
5955 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) { function in struct:UniformMatrix2fvImmediate
6002 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) { function in struct:UniformMatrix3fvImmediate
6049 void* Set(void* cmd, GLint _location, GLsizei _count, const GLfloat* _value) { function in struct:UniformMatrix4fvImmediate
6087 void* Set(void* cmd, GLuint _program) { function in struct:UseProgram
6119 void* Set(void* cmd, GLuint _program) { function in struct:ValidateProgram
6152 void* Set(void* cmd, GLuint _indx, GLfloat _x) { function in struct:VertexAttrib1f
6193 void* Set(void* cmd, GLuint _indx, const GLfloat* _values) { function in struct:VertexAttrib1fvImmediate
6229 void* Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y) { function in struct:VertexAttrib2f
6273 void* Set(void* cmd, GLuint _indx, const GLfloat* _values) { function in struct:VertexAttrib2fvImmediate
6310 void* Set(void* cmd, GLuint _indx, GLfloat _x, GLfloat _y, GLfloat _z) { function in struct:VertexAttrib3f
6357 void* Set(void* cmd, GLuint _indx, const GLfloat* _values) { function in struct:VertexAttrib3fvImmediate
6395 void* Set(void* cmd, function in struct:VertexAttrib4f
6450 void* Set(void* cmd, GLuint _indx, const GLfloat* _values) { function in struct:VertexAttrib4fvImmediate
6494 void* Set(void* cmd, function in struct:VertexAttribPointer
6552 void* Set(void* cmd, GLint _x, GLint _y, GLsizei _width, GLsizei _height) { function in struct:Viewport
6607 void* Set(void* cmd, function in struct:BlitFramebufferCHROMIUM
6695 void* Set(void* cmd, function in struct:RenderbufferStorageMultisampleCHROMIUM
6756 void* Set(void* cmd, function in struct:RenderbufferStorageMultisampleEXT
6816 void* Set(void* cmd, function in struct:FramebufferTexture2DMultisampleEXT
6876 void* Set(void* cmd, function in struct:TexStorage2DEXT
6934 void* Set(void* cmd, GLsizei _n, GLuint* _queries) { function in struct:GenQueriesEXTImmediate
6976 void* Set(void* cmd, GLsizei _n, const GLuint* _queries) { function in struct:DeleteQueriesEXTImmediate
7016 void* Set(void* cmd, function in struct:BeginQueryEXT
7063 void* Set(void* cmd, GLenum _target, GLuint _submit_count) { function in struct:EndQueryEXT
7098 void* Set(void* cmd, GLuint _bucket_id) { function in struct:InsertEventMarkerEXT
7131 void* Set(void* cmd, GLuint _bucket_id) { function in struct:PushGroupMarkerEXT
7161 void* Set(void* cmd) { function in struct:PopGroupMarkerEXT
7199 void* Set(void* cmd, GLsizei _n, GLuint* _arrays) { function in struct:GenVertexArraysOESImmediate
7241 void* Set(void* cmd, GLsizei _n, const GLuint* _arrays) { function in struct:DeleteVertexArraysOESImmediate
7281 void* Set(void* cmd, function in struct:IsVertexArrayOES
7324 void* Set(void* cmd, GLuint _array) { function in struct:BindVertexArrayOES
7354 void* Set(void* cmd) { function in struct:SwapBuffers
7395 void* Set(void* cmd, function in struct:GetMaxValueInBufferCHROMIUM
7458 void* Set(void* cmd, function in struct:GenSharedIdsCHROMIUM
7515 void* Set(void* cmd, function in struct:DeleteSharedIdsCHROMIUM
7568 void* Set(void* cmd, function in struct:RegisterSharedIdsCHROMIUM
7621 void* Set(void* cmd, function in struct:EnableFeatureCHROMIUM
7666 void* Set(void* cmd, GLuint _width, GLuint _height, GLfloat _scale_factor) { function in struct:ResizeCHROMIUM
7704 void* Set(void* cmd, uint32_t _bucket_id) { function in struct:GetRequestableExtensionsCHROMIUM
7737 void* Set(void* cmd, uint32_t _bucket_id) { function in struct:RequestExtensionCHROMIUM
7780 void* Set(void* cmd, function in struct:GetMultipleIntegervCHROMIUM
7846 void* Set(void* cmd, GLuint _program, uint32_t _bucket_id) { function in struct:GetProgramInfoCHROMIUM
7889 void* Set(void* cmd, GLuint _shader, uint32_t _bucket_id) { function in struct:GetTranslatedShaderSourceANGLE
7928 void* Set(void* cmd, GLint _x, GLint _y, GLint _width, GLint _height) { function in struct:PostSubBufferCHROMIUM
7978 void* Set(void* cmd, function in struct:TexImageIOSurface2DCHROMIUM
8039 void* Set(void* cmd, function in struct:CopyTextureCHROMIUM
8097 void* Set(void* cmd, function in struct:DrawArraysInstancedANGLE
8151 void* Set(void* cmd, function in struct:DrawElementsInstancedANGLE
8203 void* Set(void* cmd, GLuint _index, GLuint _divisor) { function in struct:VertexAttribDivisorANGLE
8245 void* Set(void* cmd, GLenum _target, const GLbyte* _mailbox) { function in struct:ProduceTextureCHROMIUMImmediate
8286 void* Set(void* cmd, function in struct:ProduceTextureDirectCHROMIUMImmediate
8332 void* Set(void* cmd, GLenum _target, const GLbyte* _mailbox) { function in struct:ConsumeTextureCHROMIUMImmediate
8368 void* Set(void* cmd, function in struct:BindUniformLocationCHROMIUMBucket
8412 void* Set(void* cmd, GLenum _target, GLint _imageId) { function in struct:BindTexImage2DCHROMIUM
8449 void* Set(void* cmd, GLenum _target, GLint _imageId) { function in struct:ReleaseTexImage2DCHROMIUM
8485 void* Set(void* cmd, GLuint _bucket_id) { function in struct:TraceBeginCHROMIUM
8515 void* Set(void* cmd) { function in struct:TraceEndCHROMIUM
8568 void* Set(void* cmd, function in struct:AsyncTexSubImage2DCHROMIUM
8684 void* Set(void* cmd, function in struct:AsyncTexImage2DCHROMIUM
8774 void* Set(void* cmd, GLenum _target) { function in struct:WaitAsyncTexImage2DCHROMIUM
8804 void* Set(void* cmd) { function in struct:WaitAllAsyncTexImage2DCHROMIUM
8843 void* Set(void* cmd, function in struct:DiscardFramebufferEXTImmediate
8884 void* Set(void* cmd, GLenum _current, GLenum _other) { function in struct:LoseContextCHROMIUM
8920 void* Set(void* cmd, GLuint _sync_point) { function in struct:WaitSyncPointCHROMIUM
8961 void* Set(void* cmd, GLsizei _count, const GLenum* _bufs) { function in struct:DrawBuffersEXTImmediate
8992 void* Set(void* cmd) { function in struct:DiscardBackbufferCHROMIUM
9042 void* Set(void* cmd, function in struct:ScheduleOverlayPlaneCHROMIUM
9132 void* Set(void* cmd, GLenum _matrixMode, const GLfloat* _m) { function in struct:MatrixLoadfCHROMIUMImmediate
9166 void* Set(void* cmd, GLenum _matrixMode) { function in struct:MatrixLoadIdentityCHROMIUM
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2283 // A copy of all command line arguments. Set by InitGoogleTest().
3538 // Except for Set methods, all methods are const or static, which provides an
3556 Set(rhs);
3560 void Set(const FilePath& rhs) { function in class:testing::internal::FilePath

Completed in 5364 milliseconds

1234567891011