Home
last modified time | relevance | path

Searched defs:handle (Results 2176 - 2189 of 2189) sorted by relevance

1...<<8182838485868788

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp1561 glImportMemoryWin32HandleEXTNULL(GLuint memory, GLuint64 size, GLenum handleType, void *handle) glImportMemoryWin32HandleEXTNULL() argument
1576 glImportSemaphoreWin32HandleEXTNULL(GLuint semaphore, GLenum handleType, void *handle) glImportSemaphoreWin32HandleEXTNULL() argument
/third_party/mesa3d/src/mesa/main/
H A Dmtypes.h3053 GLuint64 handle; member
3059 GLuint64 handle; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DContext.cpp871 GLuint handle = mFenceNVHandleAllocator.allocate(); in genFencesNV() local
1206 bindTexture(TextureType target, TextureID handle) bindTexture() argument
1473 getOrCreateQuery(QueryID handle, QueryType type) getOrCreateQuery() argument
7466 QueryID handle = QueryID{mQueryHandleAllocator.allocate()}; genQueries() local
7798 GLuint handle = mState.mSyncManager->createSync(mImplementation.get()); fenceSync() local
8604 importMemoryZirconHandle(MemoryObjectID memory, GLuint64 size, HandleType handleType, GLuint handle) importMemoryZirconHandle() argument
8736 importSemaphoreZirconHandle(SemaphoreID semaphore, HandleType handleType, GLuint handle) importSemaphoreZirconHandle() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
H A DlibGLESv2_autogen.cpp2960 glImportMemoryZirconHandleANGLE(GLuint memory, GLuint64 size, GLenum handleType, GLuint handle) glImportMemoryZirconHandleANGLE() argument
3668 glImportSemaphoreZirconHandleANGLE(GLuint semaphore, GLenum handleType, GLuint handle) glImportSemaphoreZirconHandleANGLE() argument
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_raii.hpp12013 HANDLE handle; in getMemoryWin32HandleNV() local
12393 HANDLE handle; in getMemoryWin32HandleKHR() local
12515 HANDLE handle; in getSemaphoreWin32HandleKHR() local
12958 HANDLE handle; getFenceWin32HandleKHR() local
[all...]
H A Dvulkan_structs.hpp32903 HANDLE handle = {}; global() member
33314 HANDLE handle = {}; global() member
33346 , handle( handle_ ) handle() function
33416 HANDLE handle = {}; global() member
33449 , handle( handle_ ) handle() function
33521 zx_handle_t handle = {}; global() member
33769 HANDLE handle = {}; global() member
[all...]
/third_party/node/deps/v8/src/api/
H A Dapi.cc1500 i::Handle<i::FunctionTemplateInfo> handle = Utils::OpenHandle(this, true); in InstanceTemplate() local
8353 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); Uint64Value() local
8358 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); Int64Value() local
8363 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); WordCount() local
8369 i::Handle<i::BigInt> handle = Utils::OpenHandle(this); ToWordsArray() local
10367 IsRootForNonTracingGC( const v8::TracedReference<v8::Value>& handle) IsRootForNonTracingGC() argument
10372 ResetHandleInNonTracingGC( const v8::TracedReference<v8::Value>& handle) ResetHandleInNonTracingGC() argument
[all...]
/third_party/protobuf/ruby/ext/google/protobuf_c/
H A Dupb.c5980 upb_bufhandle handle = UPB_BUFHANDLE_INIT; in upb_bufsrc_putbuf() local
7137 upb_pbdecoder_resume(upb_pbdecoder *d, void *p, const char *buf, size_t size, const upb_bufhandle *handle) upb_pbdecoder_resume() argument
7606 run_decoder_vm(upb_pbdecoder *d, const mgroup *group, const upb_bufhandle* handle) run_decoder_vm() argument
7877 upb_pbdecoder_decode(void *decoder, const void *group, const char *buf, size_t size, const upb_bufhandle *handle) upb_pbdecoder_decode() argument
8766 textprinter_putstr(void *closure, const void *hd, const char *buf, size_t len, const upb_bufhandle *handle) textprinter_putstr() argument
9079 stringsink_string(void *_sink, const void *hd, const char *ptr, size_t len, const upb_bufhandle *handle) stringsink_string() argument
9211 const upb_bufhandle *handle; global() member
9683 const upb_bufhandle *handle = can_alias ? p->handle : NULL; multipart_text() local
11796 parse(void *closure, const void *hd, const char *buf, size_t size, const upb_bufhandle *handle) parse() argument
12831 putstr(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putstr() argument
12841 putbytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putbytes() argument
12914 scalar_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) scalar_str() argument
12938 repeated_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_str() argument
12961 mapkey_str(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) mapkey_str() argument
12982 scalar_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) scalar_bytes() argument
12990 repeated_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_bytes() argument
12999 mapkey_bytes(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) mapkey_bytes() argument
13142 putstr_nokey(void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) putstr_nokey() argument
13188 repeated_str_fieldmask( void *closure, const void *handler_data, const char *str, size_t len, const upb_bufhandle *handle) repeated_str_fieldmask() argument
[all...]
H A Dupb.h4978 IgnoreHandlerDataIgnoreHandle(void *p1, const void *hd, const char *p2, size_t p3, const upb_bufhandle *handle) IgnoreHandlerDataIgnoreHandle() argument
5004 CastHandlerDataIgnoreHandle(void *c, const void *hd, const char *p3, size_t p4, const upb_bufhandle *handle) CastHandlerDataIgnoreHandle() argument
5265 upb_sink_putstring(upb_sink s, upb_selector_t sel, const char *buf, size_t n, const upb_bufhandle *handle) upb_sink_putstring() argument
5538 PutStringBuffer(HandlersPtr::Selector s, const char *buf, size_t len, const upb_bufhandle *handle) PutStringBuffer() argument
5619 upb_bytessink_putbuf(upb_bytessink s, void *subc, const char *buf, size_t size, const upb_bufhandle* handle) upb_bytessink_putbuf() argument
5677 PutBuffer(void *subc, const char *buf, size_t len, const upb_bufhandle *handle) PutBuffer() argument
6146 const upb_bufhandle *handle; global() member
[all...]
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_raii.hpp16061 HANDLE handle; in getMemoryWin32HandleNV() local
16426 HANDLE handle; in getMemoryWin32HandleKHR() local
16519 HANDLE handle; in getSemaphoreWin32HandleKHR() local
16998 HANDLE handle; getFenceWin32HandleKHR() local
[all...]
H A Dvulkan_structs.hpp46958 HANDLE handle = {}; global() member
47405 HANDLE handle = {}; global() member
47430 , handle( handle_ ) handle() function
47515 HANDLE handle = {}; global() member
47540 , handle( handle_ ) handle() function
47637 zx_handle_t handle = {}; global() member
48412 HANDLE handle = {}; global() member
[all...]
/third_party/glfw/deps/
H A Dnuklear.h466 struct nk_image {nk_handle handle;unsigned short w,h;unsigned short region[4];}; member
3995 struct nk_user_font handle; global() member
13007 nk_font_text_width(nk_handle handle, float height, const char *text, int len) nk_font_text_width() argument
13040 nk_font_query_font_glyph(nk_handle handle, float height, struct nk_user_font_glyph *glyph, nk_rune codepoint, nk_rune next_codepoint) nk_font_query_font_glyph() argument
15036 nk_set_user_data(struct nk_context *ctx, nk_handle handle) nk_set_user_data() argument
19554 nk_handle handle = {0}; nk_handle_ptr() local
19561 nk_handle handle; nk_handle_id() local
19593 nk_subimage_handle(nk_handle handle, unsigned short w, unsigned short h, struct nk_rect r) nk_subimage_handle() argument
19607 nk_image_handle(nk_handle handle) nk_image_handle() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h5279 ArkUINodeHandle handle; global() member
[all...]
/third_party/sqlite/src/
H A Dsqlite3.c133176 void *handle; global() local
[all...]

Completed in 379 milliseconds

1...<<8182838485868788