Home
last modified time | relevance | path

Searched defs:target (Results 876 - 900 of 1897) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/node/src/inspector/
H A Dmain_thread_interface.cc122 static void Apply(T* target, void (T::*fn)(Argument), in Apply() argument
/third_party/node/src/
H A Dinspector_js_api.cc104 static void Bind(Environment* env, Local<Object> target) { in Bind() argument
317 void Initialize(Local<Object> target, Local<Value> unused, in Initialize() argument
[all...]
H A Dnode_options.cc1249 void Initialize(Local<Object> target, in Initialize() argument
H A Dnode_os.cc388 void Initialize(Local<Object> target, in Initialize() argument
[all...]
H A Dnode_serdes.cc453 void Initialize(Local<Object> target, in Initialize() argument
H A Dstream_wrap.cc66 void LibuvStreamWrap::Initialize(Local<Object> target, in Initialize() argument
H A Dutil.cc78 MakeUtf8String(Isolate* isolate, Local<Value> value, MaybeStackBuffer<T>* target) MakeUtf8String() argument
/third_party/nghttp2/src/
H A Dutil.h143 OutputIt percent_encode_token(OutputIt it, const StringRef &target) { in percent_encode_token() argument
170 quote_string(OutputIt it, const StringRef &target) quote_string() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducnvbocu.cpp396 uint8_t *target; in _Bocu1FromUnicodeWithOffsets() local
657 uint8_t *target; _Bocu1FromUnicode() local
960 char16_t *target; _Bocu1ToUnicodeWithOffsets() local
1183 char16_t *target; _Bocu1ToUnicode() local
[all...]
H A Ducnv_ext.cpp237 ucnv_extWriteToU(UConverter *cnv, const int32_t *cx, uint32_t value, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteToU() argument
279 ucnv_extInitialMatchToU(UConverter *cnv, const int32_t *cx, int32_t firstLength, const char **src, const char *srcLimit, char16_t **target, const char16_t *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchToU() argument
672 ucnv_extWriteFromU(UConverter *cnv, const int32_t *cx, uint32_t value, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UErrorCode *pErrorCode) ucnv_extWriteFromU() argument
750 ucnv_extInitialMatchFromU(UConverter *cnv, const int32_t *cx, UChar32 cp, const char16_t **src, const char16_t *srcLimit, char **target, const char *targetLimit, int32_t **offsets, int32_t srcIndex, UBool flush, UErrorCode *pErrorCode) ucnv_extInitialMatchFromU() argument
[all...]
/third_party/node/deps/cares/src/lib/
H A Dares_dns_write.c731 const char *target; in ares_dns_write_rr_uri() local
/third_party/mesa3d/src/mesa/main/
H A Ddebug.c49 GLenum target; in tex_target_name() member
H A Dblend.c1042 _mesa_ClampColor(GLenum target, GLenum clamp) in _mesa_ClampColor() argument
H A Dtexstorage.c147 const GLenum target = texObj->Target; in initialize_texture_fields() local
54 _mesa_is_legal_tex_storage_target(const struct gl_context *ctx, GLuint dims, GLenum target) _mesa_is_legal_tex_storage_target() argument
184 const GLenum target = texObj->Target; clear_texture_fields() local
271 tex_storage_error_check(struct gl_context *ctx, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) tex_storage_error_check() argument
353 _mesa_sparse_texture_error_check(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, mesa_format format, GLenum target, GLsizei levels, GLsizei width, GLsizei height, GLsizei depth, const char *func) _mesa_sparse_texture_error_check() argument
436 texture_storage(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa, bool no_error) texture_storage() argument
548 texture_storage_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_error() argument
560 texture_storage_no_error(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, bool dsa) texture_storage_no_error() argument
575 texstorage_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, const char *caller) texstorage_error() argument
616 texstorage_no_error(GLuint dims, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) texstorage_no_error() argument
686 _mesa_TexStorage1D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D_no_error() argument
694 _mesa_TexStorage1D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TexStorage1D() argument
703 _mesa_TexStorage2D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D_no_error() argument
712 _mesa_TexStorage2D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TexStorage2D() argument
721 _mesa_TexStorage3D_no_error(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D_no_error() argument
730 _mesa_TexStorage3D(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TexStorage3D() argument
794 _mesa_TextureStorage1DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) _mesa_TextureStorage1DEXT() argument
811 _mesa_TextureStorage2DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) _mesa_TextureStorage2DEXT() argument
828 _mesa_TextureStorage3DEXT(GLuint texture, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) _mesa_TextureStorage3DEXT() argument
845 _mesa_texture_storage_memory(struct gl_context *ctx, GLuint dims, struct gl_texture_object *texObj, struct gl_memory_object *memObj, GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLuint64 offset, bool dsa) _mesa_texture_storage_memory() argument
[all...]
H A Darbprogram.c49 flush_vertices_for_program_constants(struct gl_context *ctx, GLenum target) in flush_vertices_for_program_constants() argument
66 lookup_or_create_program(GLuint id, GLenum target, const char* caller) in lookup_or_create_program() argument
107 _mesa_BindProgramARB(GLenum target, GLuint id) in _mesa_BindProgramARB() argument
274 get_current_program(struct gl_context* ctx, GLenum target, const char* caller) get_current_program() argument
292 get_local_param_pointer(struct gl_context *ctx, const char *func, struct gl_program* prog, GLenum target, GLuint index, unsigned count, GLfloat **param) get_local_param_pointer() argument
333 get_env_param_pointer(struct gl_context *ctx, const char *func, GLenum target, GLuint index, GLfloat **param) get_env_param_pointer() argument
360 set_program_string(struct gl_program *prog, GLenum target, GLenum format, GLsizei len, const GLvoid *string) set_program_string() argument
467 _mesa_ProgramStringARB(GLenum target, GLenum format, GLsizei len, const GLvoid *string) _mesa_ProgramStringARB() argument
485 _mesa_NamedProgramStringEXT(GLuint program, GLenum target, GLenum format, GLsizei len, const GLvoid *string) _mesa_NamedProgramStringEXT() argument
502 _mesa_ProgramEnvParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) _mesa_ProgramEnvParameter4dARB() argument
515 _mesa_ProgramEnvParameter4dvARB(GLenum target, GLuint index, const GLdouble *params) _mesa_ProgramEnvParameter4dvARB() argument
529 _mesa_ProgramEnvParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) _mesa_ProgramEnvParameter4fARB() argument
551 _mesa_ProgramEnvParameter4fvARB(GLenum target, GLuint index, const GLfloat *params) _mesa_ProgramEnvParameter4fvARB() argument
568 _mesa_ProgramEnvParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat *params) _mesa_ProgramEnvParameters4fvEXT() argument
606 _mesa_GetProgramEnvParameterdvARB(GLenum target, GLuint index, GLdouble *params) _mesa_GetProgramEnvParameterdvARB() argument
620 _mesa_GetProgramEnvParameterfvARB(GLenum target, GLuint index, GLfloat *params) _mesa_GetProgramEnvParameterfvARB() argument
635 _mesa_ProgramLocalParameter4fARB(GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) _mesa_ProgramLocalParameter4fARB() argument
655 _mesa_NamedProgramLocalParameter4fEXT(GLuint program, GLenum target, GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) _mesa_NamedProgramLocalParameter4fEXT() argument
681 _mesa_ProgramLocalParameter4fvARB(GLenum target, GLuint index, const GLfloat *params) _mesa_ProgramLocalParameter4fvARB() argument
690 _mesa_NamedProgramLocalParameter4fvEXT(GLuint program, GLenum target, GLuint index, const GLfloat *params) _mesa_NamedProgramLocalParameter4fvEXT() argument
717 _mesa_ProgramLocalParameters4fvEXT(GLenum target, GLuint index, GLsizei count, const GLfloat *params) _mesa_ProgramLocalParameters4fvEXT() argument
732 _mesa_NamedProgramLocalParameters4fvEXT(GLuint program, GLenum target, GLuint index, GLsizei count, const GLfloat *params) _mesa_NamedProgramLocalParameters4fvEXT() argument
748 _mesa_ProgramLocalParameter4dARB(GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) _mesa_ProgramLocalParameter4dARB() argument
758 _mesa_NamedProgramLocalParameter4dEXT(GLuint program, GLenum target, GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) _mesa_NamedProgramLocalParameter4dEXT() argument
768 _mesa_ProgramLocalParameter4dvARB(GLenum target, GLuint index, const GLdouble *params) _mesa_ProgramLocalParameter4dvARB() argument
778 _mesa_NamedProgramLocalParameter4dvEXT(GLuint program, GLenum target, GLuint index, const GLdouble *params) _mesa_NamedProgramLocalParameter4dvEXT() argument
788 _mesa_GetProgramLocalParameterfvARB(GLenum target, GLuint index, GLfloat *params) _mesa_GetProgramLocalParameterfvARB() argument
806 _mesa_GetNamedProgramLocalParameterfvEXT(GLuint program, GLenum target, GLuint index, GLfloat *params) _mesa_GetNamedProgramLocalParameterfvEXT() argument
825 _mesa_GetProgramLocalParameterdvARB(GLenum target, GLuint index, GLdouble *params) _mesa_GetProgramLocalParameterdvARB() argument
843 _mesa_GetNamedProgramLocalParameterdvEXT(GLuint program, GLenum target, GLuint index, GLdouble *params) _mesa_GetNamedProgramLocalParameterdvEXT() argument
862 get_program_iv(struct gl_program *prog, GLenum target, GLenum pname, GLint *params) get_program_iv() argument
1033 _mesa_GetProgramivARB(GLenum target, GLenum pname, GLint *params) _mesa_GetProgramivARB() argument
1045 _mesa_GetNamedProgramivEXT(GLuint program, GLenum target, GLenum pname, GLint *params) _mesa_GetNamedProgramivEXT() argument
1063 _mesa_GetProgramStringARB(GLenum target, GLenum pname, GLvoid *string) _mesa_GetProgramStringARB() argument
1095 _mesa_GetNamedProgramStringEXT(GLuint program, GLenum target, GLenum pname, GLvoid *string) _mesa_GetNamedProgramStringEXT() argument
[all...]
H A Dcopyimage.c62 prepare_target_err(struct gl_context *ctx, GLuint name, GLenum target, in prepare_target_err() argument
278 prepare_target(struct gl_context *ctx, GLuint name, GLenum target, int level, int z, struct gl_texture_image **texImage, struct gl_renderbuffer **renderbuffer) prepare_target() argument
308 check_region_bounds(struct gl_context *ctx, GLenum target, const struct gl_texture_image *tex_image, const struct gl_renderbuffer *renderbuffer, int x, int y, int z, int width, int height, int depth, const char *dbg_prefix, bool is_arb_version) check_region_bounds() argument
[all...]
H A Dqueryobj.c457 get_query_binding_point(struct gl_context *ctx, GLenum target, GLuint index) in get_query_binding_point() argument
439 get_pipe_stats_binding_point(struct gl_context *ctx, GLenum target) get_pipe_stats_binding_point() argument
548 create_queries(struct gl_context *ctx, GLenum target, GLsizei n, GLuint *ids, bool dsa) create_queries() argument
587 _mesa_CreateQueries(GLenum target, GLsizei n, GLuint *ids) _mesa_CreateQueries() argument
671 query_error_check_index(struct gl_context *ctx, GLenum target, GLuint index) query_error_check_index() argument
693 _mesa_BeginQueryIndexed(GLenum target, GLuint index, GLuint id) _mesa_BeginQueryIndexed() argument
799 _mesa_EndQueryIndexed(GLenum target, GLuint index) _mesa_EndQueryIndexed() argument
844 _mesa_BeginQuery(GLenum target, GLuint id) _mesa_BeginQuery() argument
850 _mesa_EndQuery(GLenum target) _mesa_EndQuery() argument
856 _mesa_QueryCounter(GLuint id, GLenum target) _mesa_QueryCounter() argument
926 _mesa_GetQueryIndexediv(GLenum target, GLuint index, GLenum pname, GLint *params) _mesa_GetQueryIndexediv() argument
1066 _mesa_GetQueryiv(GLenum target, GLenum pname, GLint *params) _mesa_GetQueryiv() argument
[all...]
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_texture.c56 st_texture_create(struct st_context *st, enum pipe_texture_target target, enum pipe_format format, GLuint last_level, GLuint width0, GLuint height0, GLuint depth0, GLuint layers, GLuint nr_samples, GLuint bind, bool sparse) st_texture_create() argument
[all...]
H A Dst_extensions.c665 init_format_extensions(struct pipe_screen *screen, struct gl_extensions *extensions, const struct st_extension_format_mapping *mapping, unsigned num_mappings, enum pipe_texture_target target, unsigned bind_flags) init_format_extensions() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dregion.cpp278 Region *target = (Region *)uhash_get(newRegionIDMap.getAlias(),(void *)&currentRegion); in loadRegionData() local
H A Dtridpars.cpp548 IDtoSTV(const UnicodeString& id, UnicodeString& source, UnicodeString& target, UnicodeString& variant, UBool& isSourcePresent) IDtoSTV() argument
596 STVtoID(const UnicodeString& source, const UnicodeString& target, const UnicodeString& variant, UnicodeString& id) STVtoID() argument
646 registerSpecialInverse(const UnicodeString& target, const UnicodeString& inverseTarget, UBool bidirectional, UErrorCode &status) registerSpecialInverse() argument
706 UnicodeString target; parseFilterID() local
[all...]
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dwrtjava.cpp107 uCharsToChars(char *target, int32_t targetLen, const char16_t *source, int32_t sourceLen, UErrorCode *status) { in uCharsToChars() argument
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_cc.c311 uint64_t target; in ngtcp2_cc_cubic_cc_on_pkt_acked() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Ducbuf.cpp59 char16_t target[1]={ 0 }; in ucbuf_autodetect_fs() local
165 char16_t* target=nullptr; in ucbuf_fillucbuf() local
588 char16_t target[1]={ 0 }; ucbuf_rewind() local
640 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status) ucbuf_resolveFileName() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_screen.c661 llvmpipe_is_format_supported( struct pipe_screen *_screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) llvmpipe_is_format_supported() argument
[all...]

Completed in 24 milliseconds

1...<<31323334353637383940>>...76