Home
last modified time | relevance | path

Searched +defs:get +defs:buffer +defs:create (Results 1 – 12 of 12) sorted by relevance

/third_party/libdrm/
Dxf86drmMode.c885 char buffer[1024]; in drmHandleEvent() local
1470 struct drm_mode_create_blob create; in drmModeCreatePropertyBlob() local
1505 struct drm_mode_create_lease create; in drmModeCreateLease() local
1551 struct drm_mode_get_lease get; in drmModeGetLease() local
1594 struct drm_mode_fb_cmd2 get = { in drmModeGetFB2() local
/third_party/typescript/src/lib/
Des5.d.ts92 get?(): any; method
165 create(o: object | null): any; method
172 create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any; method
1402 get?: () => T; property
1585 buffer: ArrayBufferLike; property
1599 readonly buffer: ArrayBuffer; property
1745 readonly buffer: ArrayBufferLike; property
2027 readonly buffer: ArrayBufferLike; property
2309 readonly buffer: ArrayBufferLike; property
2590 readonly buffer: ArrayBufferLike; property
[all …]
Ddom.generated.d.ts85 buffer?: AudioBuffer | null; property
270 buffer?: AudioBuffer | null; property
2273 buffer: AudioBuffer | null; property
3685 buffer: AudioBuffer | null; property
3716 create(options?: CredentialCreationOptions): Promise<Credential | null>; method
3717 get(options?: CredentialRequestOptions): Promise<Credential | null>; method
3764 get(name: string): any; method
5603 get(name: string): FormDataEntryValue | null; method
9075 get(name: string): string | null; method
9273 get(key: IDBValidKey | IDBKeyRange): IDBRequest<any | undefined>; method
[all …]
/third_party/typescript/lib/
Dlib.es5.d.ts112 get?(): any; method
185 create(o: object | null): any; method
192 create(o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any; method
1422 get?: () => T; property
1605 buffer: ArrayBufferLike; property
1619 readonly buffer: ArrayBuffer; property
1765 readonly buffer: ArrayBufferLike; property
2047 readonly buffer: ArrayBufferLike; property
2329 readonly buffer: ArrayBufferLike; property
2610 readonly buffer: ArrayBufferLike; property
[all …]
Dlib.dom.d.ts105 buffer?: AudioBuffer | null; property
290 buffer?: AudioBuffer | null; property
2293 buffer: AudioBuffer | null; property
3705 buffer: AudioBuffer | null; property
3736 create(options?: CredentialCreationOptions): Promise<Credential | null>; method
3737 get(options?: CredentialRequestOptions): Promise<Credential | null>; method
3784 get(name: string): any; method
5623 get(name: string): FormDataEntryValue | null; method
9095 get(name: string): string | null; method
9293 get(key: IDBValidKey | IDBKeyRange): IDBRequest<any | undefined>; method
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShadingLanguage420PackTests.cpp85 GLchar buffer[64]; in checkUniformArrayBinding() local
1905 void GLSLTestBase::prepareVertexBuffer(const Utils::program&, Utils::buffer&, Utils::vertexArray& v… in prepareVertexBuffer()
2367 void BindingImageTest::prepareBuffer(Utils::buffer& buffer, GLuint color) in prepareBuffer()
2389 void BindingImageTest::prepareTexture(Utils::texture& texture, const Utils::buffer& buffer, in prepareTexture()
2978 void LineContinuationTest::prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, in prepareVertexBuffer()
6001 void QualifierOrderTest::prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, in prepareVertexBuffer()
6402 … QualifierOrderBlockTest::prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, in prepareVertexBuffer()
7924 …lifierOverrideLayoutTest::prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, in prepareVertexBuffer()
8837 GLchar buffer[64]; in checkBinding() local
15421 …gthOfVectorAndMatrixTest::prepareVertexBuffer(const Utils::program& program, Utils::buffer& buffer, in prepareVertexBuffer()
[all …]
Dgl4cShaderSubroutineTests.cpp48 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context) in buffer() function in gl4cts::ShaderSubroutine::Utils::buffer
698 void Utils::texture::create(glw::GLuint width, glw::GLuint height, glw::GLenum internal_format) in create() function in gl4cts::ShaderSubroutine::Utils::texture
717 void Utils::texture::get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) in get() function in gl4cts::ShaderSubroutine::Utils::texture
6451 Utils::buffer buffer(m_context); in testSSBO() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcViewportArrayTests.cpp55 Utils::buffer::buffer(deqp::Context& context) : m_id(0), m_context(context), m_target(0) in buffer() function in glcts::ViewportArray::Utils::buffer
740 void Utils::texture::create(GLuint width, GLuint height, GLenum internal_format) in create() function in glcts::ViewportArray::Utils::texture
767 void Utils::texture::create(GLuint width, GLuint height, GLuint depth, GLenum internal_format) in create() function in glcts::ViewportArray::Utils::texture
793 void Utils::texture::get(glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) const in get() function in glcts::ViewportArray::Utils::texture
/third_party/json/single_include/nlohmann/
Djson.hpp2436 static parse_error create(int id_, const position_t& pos, const std::string& what_arg) in create() function in nlohmann::detail::parse_error
2443 static parse_error create(int id_, std::size_t byte_, const std::string& what_arg) in create() function in nlohmann::detail::parse_error
2513 static invalid_iterator create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::invalid_iterator
2567 static type_error create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::type_error
2614 static out_of_range create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::out_of_range
2652 static other_error create(int id_, const std::string& what_arg) in create() function in nlohmann::detail::other_error
3956 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.key()) in get() function
3964 auto get(const nlohmann::detail::iteration_proxy_value<IteratorType>& i) -> decltype(i.value()) in get() function
5056 static adapter_type create(IteratorType first, IteratorType last) in create() function
5080 static adapter_type create(IteratorType first, IteratorType last) in create() function
[all …]
/third_party/boost/libs/math/doc/graphs/hypergeometric_1f1/
Dplotlyjs-bundle.js1 …on"==typeof define&&define.amd)define([],t);else{("undefined"!=typeof window?window:"undefined"!=t… property
/third_party/node/tools/
Dlint-md.mjs27 get: function () { method
1232 const setLazyProperty = (object, property, get) => { argument
1234 get: () => { method
1373 get: assembleStyles property
1751 get() { method
1760 get() { method
1771 get() { method
1784 get() { method
1798 get() { method
3577 const create = str => { function
[all …]
/third_party/typescript/tests/lib/
Dlib.d.ts173 create(o: any, properties?: PropertyDescriptorMap): any; method
1191 get?: () => T; property
1248 buffer: ArrayBuffer; property
1262 buffer: ArrayBuffer; property
1407 buffer: ArrayBuffer; property
1680 buffer: ArrayBuffer; property
1954 buffer: ArrayBuffer; property
2227 buffer: ArrayBuffer; property
2501 buffer: ArrayBuffer; property
2774 buffer: ArrayBuffer; property
[all …]