Home
last modified time | relevance | path

Searched refs:target (Results 701 - 725 of 4067) sorted by relevance

1...<<21222324252627282930>>...163

/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dosfiber_x64.c24 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
25 target(arg); in marl_fiber_trampoline()
32 void (*target)(void*), in marl_fiber_set_target()
36 ctx->RDI = (uintptr_t)target; in marl_fiber_set_target()
39 stack_top[-2] = 0; // No return target. in marl_fiber_set_target()
29 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
H A Dosfiber_x86.c22 void marl_fiber_trampoline(void (*target)(void*), void* arg) { in marl_fiber_trampoline() argument
23 target(arg); in marl_fiber_trampoline()
30 void (*target)(void*), in marl_fiber_set_target()
37 // stack is still 16-byte aligned when the return target is stack-popped by in marl_fiber_set_target()
43 stack_top[-4] = (uintptr_t)target; in marl_fiber_set_target()
44 stack_top[-5] = 0; // No return target. in marl_fiber_set_target()
27 marl_fiber_set_target(struct marl_fiber_context* ctx, void* stack, uint32_t stack_size, void (*target)(void*), void* arg) marl_fiber_set_target() argument
/third_party/typescript/tests/baselines/reference/
H A DdecoratorWithUnderscoreMethod.js4 return function (target: any, propKey: string, descr: PropertyDescriptor): void {
5 console.log(target[propKey]);
20 return function (target, propKey, descr) {
21 console.log(target[propKey]);
H A DtypeOfThisInStaticMembers10(target=es5).js67 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
68 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
69 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
70 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
71 return c > 3 && r && Object.defineProperty(target, key, r), r;
H A DtypeOfThisInStaticMembers11(target=es6).js52 var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
53 var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
54 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
55 else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
56 return c > 3 && r && Object.defineProperty(target, key, r), r;
/third_party/gn/src/gn/
H A Dresolved_target_data_unittest.cc66 // Leaf target with ldflags set. in TEST()
72 // All lib[_dir]s should be set when target is resolved. in TEST()
81 // Shared library target should inherit the libs from the static library in TEST()
101 // Executable target shouldn't get either by depending on shared. in TEST()
122 // Leaf target with ldflags set. in TEST()
130 // All framework[_dir]s should be set when target is resolved. in TEST()
139 // Shared library target should inherit the libs from the static library in TEST()
159 // Executable target shouldn't get either by depending on shared. in TEST()
195 EXPECT_EQ(&d, c_inherited_libs[0].target()); in TEST()
200 EXPECT_EQ(&c, b_inherited[0].target()); in TEST()
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H A DWriteCharts.java78 String target = (String) targets.nextElement(); in getAllScripts()
79 scripts = UScript.getCode(target); in getAllScripts()
83 System.out.println("[Skipping '" + source + "-" + target + "']"); in getAllScripts()
86 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
87 Enumeration variants = Transliterator.getAvailableVariants(source, target); in getAllScripts()
90 String id = source + "-" + target; in getAllScripts()
127 // clean up IDs. Ought to be API for getting source, target, variant in print()
130 String target = id.substring(minusPos+1); in print()
131 int slashPos = target.indexOf('/'); in print()
132 if (slashPos >= 0) target in print()
[all...]
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H A DWriteCharts.java75 String target = (String) targets.nextElement(); in getAllScripts()
76 scripts = UScript.getCode(target); in getAllScripts()
80 System.out.println("[Skipping '" + source + "-" + target + "']"); in getAllScripts()
83 System.out.println("\tTarget: " + target + ";\tScripts: " + showScripts(scripts)); in getAllScripts()
84 Enumeration variants = Transliterator.getAvailableVariants(source, target); in getAllScripts()
87 String id = source + "-" + target; in getAllScripts()
124 // clean up IDs. Ought to be API for getting source, target, variant in print()
127 String target = id.substring(minusPos+1); in print()
128 int slashPos = target.indexOf('/'); in print()
129 if (slashPos >= 0) target in print()
[all...]
/third_party/node/src/
H A Dnode_os.cc388 void Initialize(Local<Object> target, in Initialize() argument
393 SetMethod(context, target, "getHostname", GetHostname); in Initialize()
394 SetMethod(context, target, "getLoadAvg", GetLoadAvg); in Initialize()
395 SetMethod(context, target, "getUptime", GetUptime); in Initialize()
396 SetMethod(context, target, "getTotalMem", GetTotalMemory); in Initialize()
397 SetMethod(context, target, "getFreeMem", GetFreeMemory); in Initialize()
398 SetMethod(context, target, "getCPUs", GetCPUInfo); in Initialize()
399 SetMethod(context, target, "getInterfaceAddresses", GetInterfaceAddresses); in Initialize()
400 SetMethod(context, target, "getHomeDirectory", GetHomeDirectory); in Initialize()
401 SetMethod(context, target, "getUserInf in Initialize()
[all...]
H A Dnode_process_methods.cc567 static void Initialize(Local<Object> target, in Initialize() argument
574 realm->AddBindingData<BindingData>(context, target); in Initialize()
580 SetMethod(context, target, "_debugProcess", DebugProcess); in Initialize()
581 SetMethod(context, target, "abort", Abort); in Initialize()
582 SetMethod(context, target, "causeSegfault", CauseSegfault); in Initialize()
583 SetMethod(context, target, "chdir", Chdir); in Initialize()
586 SetMethod(context, target, "umask", Umask); in Initialize()
587 SetMethod(context, target, "memoryUsage", MemoryUsage); in Initialize()
588 SetMethod(context, target, "constrainedMemory", GetConstrainedMemory); in Initialize()
589 SetMethod(context, target, "rs in Initialize()
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc40 Object ConstructBuffer(Isolate* isolate, Handle<JSFunction> target, in ConstructBuffer() argument
43 SharedFlag shared = *target != target->native_context().array_buffer_fun() in ConstructBuffer()
51 JSObject::New(target, new_target, Handle<AllocationSite>::null())); in ConstructBuffer()
111 Handle<JSFunction> target = args.target(); in BUILTIN() local
112 DCHECK(*target == target->native_context().array_buffer_fun() || in BUILTIN()
113 *target == target in BUILTIN()
[all...]
/third_party/openGLES/api/GLES2/
H A Dgl2ext.h240 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
241 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
243 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
244 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
309 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
310 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
316 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
318 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
319 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
325 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/third_party/mesa3d/include/GL/
H A Dglcorearb.h266 typedef void (APIENTRYP PFNGLHINTPROC) (GLenum target, GLenum mode);
271 typedef void (APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
272 typedef void (APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
273 typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
274 typedef void (APIENTRYP PFNGLTEXPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);
275 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
276 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
304 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
305 typedef void (APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);
306 typedef void (APIENTRYP PFNGLGETTEXPARAMETERIVPROC) (GLenum target, GLenu
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c158 * Return bitmask of PIPE_BIND_x flags corresponding a GL buffer target.
161 buffer_target_to_bind_flags(GLenum target) in buffer_target_to_bind_flags() argument
163 switch (target) { in buffer_target_to_bind_flags()
209 * From a buffer object's target, immutability flag, storage flags and
214 buffer_usage(GLenum target, GLboolean immutable, in buffer_usage() argument
234 if (target == GL_PIXEL_PACK_BUFFER || in buffer_usage()
235 target == GL_PIXEL_UNPACK_BUFFER) in buffer_usage()
261 GLenum target, in bufferobj_data()
283 if (target != GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD && in bufferobj_data()
317 unsigned bindings = buffer_target_to_bind_flags(target); in bufferobj_data()
260 bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const void *data, struct gl_memory_object *memObj, GLuint64 offset, GLenum usage, GLbitfield storageFlags, struct gl_buffer_object *obj) bufferobj_data() argument
392 _mesa_bufferobj_data(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, const void *data, GLenum usage, GLbitfield storageFlags, struct gl_buffer_object *obj) _mesa_bufferobj_data() argument
404 bufferobj_data_mem(struct gl_context *ctx, GLenum target, GLsizeiptrARB size, struct gl_memory_object *memObj, GLuint64 offset, GLenum usage, struct gl_buffer_object *bufObj) bufferobj_data_mem() argument
666 get_buffer_target(struct gl_context *ctx, GLenum target) get_buffer_target() argument
764 get_buffer(struct gl_context *ctx, const char *func, GLenum target, GLenum error) get_buffer() argument
1572 _mesa_BindBuffer_no_error(GLenum target, GLuint buffer) _mesa_BindBuffer_no_error() argument
1582 _mesa_BindBuffer(GLenum target, GLuint buffer) _mesa_BindBuffer() argument
2195 buffer_storage(struct gl_context *ctx, struct gl_buffer_object *bufObj, struct gl_memory_object *memObj, GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags, GLuint64 offset, const char *func) buffer_storage() argument
2236 inlined_buffer_storage(GLenum target, GLuint buffer, GLsizeiptr size, const GLvoid *data, GLbitfield flags, GLuint memory, GLuint64 offset, bool dsa, bool mem, bool no_error, const char *func) inlined_buffer_storage() argument
2303 _mesa_BufferStorage_no_error(GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags) _mesa_BufferStorage_no_error() argument
2312 _mesa_BufferStorage(GLenum target, GLsizeiptr size, const GLvoid *data, GLbitfield flags) _mesa_BufferStorage() argument
2336 _mesa_BufferStorageMemEXT(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) _mesa_BufferStorageMemEXT() argument
2345 _mesa_BufferStorageMemEXT_no_error(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) _mesa_BufferStorageMemEXT_no_error() argument
2395 buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage, const char *func, bool no_error) buffer_data() argument
2487 buffer_data_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage, const char *func) buffer_data_error() argument
2495 buffer_data_no_error(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage, const char *func) buffer_data_no_error() argument
2503 _mesa_buffer_data(struct gl_context *ctx, struct gl_buffer_object *bufObj, GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage, const char *func) _mesa_buffer_data() argument
2511 _mesa_BufferData_no_error(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) _mesa_BufferData_no_error() argument
2522 _mesa_BufferData(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) _mesa_BufferData() argument
2649 buffer_sub_data(GLenum target, GLuint buffer, GLintptr offset, GLsizeiptr size, const GLvoid *data, bool dsa, bool no_error, const char *func) buffer_sub_data() argument
2681 _mesa_BufferSubData_no_error(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) _mesa_BufferSubData_no_error() argument
2690 _mesa_BufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) _mesa_BufferSubData() argument
2739 _mesa_GetBufferSubData(GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) _mesa_GetBufferSubData() argument
2892 _mesa_ClearBufferData_no_error(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData_no_error() argument
2905 _mesa_ClearBufferData(GLenum target, GLenum internalformat, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferData() argument
2968 _mesa_ClearBufferSubData_no_error(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData_no_error() argument
2983 _mesa_ClearBufferSubData(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const GLvoid *data) _mesa_ClearBufferSubData() argument
3117 _mesa_UnmapBuffer_no_error(GLenum target) _mesa_UnmapBuffer_no_error() argument
3127 _mesa_UnmapBuffer(GLenum target) _mesa_UnmapBuffer() argument
3225 _mesa_GetBufferParameteriv(GLenum target, GLenum pname, GLint *params) _mesa_GetBufferParameteriv() argument
3244 _mesa_GetBufferParameteri64v(GLenum target, GLenum pname, GLint64 *params) _mesa_GetBufferParameteri64v() argument
3328 _mesa_GetBufferPointerv(GLenum target, GLenum pname, GLvoid **params) _mesa_GetBufferPointerv() argument
3795 _mesa_MapBufferRange_no_error(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange_no_error() argument
3808 _mesa_MapBufferRange(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) _mesa_MapBufferRange() argument
3921 _mesa_MapBuffer_no_error(GLenum target, GLenum access) _mesa_MapBuffer_no_error() argument
3936 _mesa_MapBuffer(GLenum target, GLenum access) _mesa_MapBuffer() argument
4079 _mesa_FlushMappedBufferRange_no_error(GLenum target, GLintptr offset, GLsizeiptr length) _mesa_FlushMappedBufferRange_no_error() argument
4091 _mesa_FlushMappedBufferRange(GLenum target, GLintptr offset, GLsizeiptr length) _mesa_FlushMappedBufferRange() argument
4929 bind_buffer_range(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size, bool no_error) bind_buffer_range() argument
5015 _mesa_BindBufferRange_no_error(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) _mesa_BindBufferRange_no_error() argument
5022 _mesa_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) _mesa_BindBufferRange() argument
5029 _mesa_BindBufferBase(GLenum target, GLuint index, GLuint buffer) _mesa_BindBufferBase() argument
5102 _mesa_BindBuffersRange(GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) _mesa_BindBuffersRange() argument
5139 _mesa_BindBuffersBase(GLenum target, GLuint first, GLsizei count, const GLuint *buffers) _mesa_BindBuffersBase() argument
5362 _mesa_BufferPageCommitmentARB(GLenum target, GLintptr offset, GLsizeiptr size, GLboolean commit) _mesa_BufferPageCommitmentARB() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/include/GL/
H A Dglcorearb.h265 typedef void (APIENTRYP PFNGLHINTPROC) (GLenum target, GLenum mode);
270 typedef void (APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
271 typedef void (APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
272 typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
273 typedef void (APIENTRYP PFNGLTEXPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);
274 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
275 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
303 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
304 typedef void (APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);
305 typedef void (APIENTRYP PFNGLGETTEXPARAMETERIVPROC) (GLenum target, GLenu
[all...]
/third_party/skia/third_party/externals/opengl-registry/api/GL/
H A Dglcorearb.h265 typedef void (APIENTRYP PFNGLHINTPROC) (GLenum target, GLenum mode);
270 typedef void (APIENTRYP PFNGLTEXPARAMETERFPROC) (GLenum target, GLenum pname, GLfloat param);
271 typedef void (APIENTRYP PFNGLTEXPARAMETERFVPROC) (GLenum target, GLenum pname, const GLfloat *params);
272 typedef void (APIENTRYP PFNGLTEXPARAMETERIPROC) (GLenum target, GLenum pname, GLint param);
273 typedef void (APIENTRYP PFNGLTEXPARAMETERIVPROC) (GLenum target, GLenum pname, const GLint *params);
274 typedef void (APIENTRYP PFNGLTEXIMAGE1DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels);
275 typedef void (APIENTRYP PFNGLTEXIMAGE2DPROC) (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels);
303 typedef void (APIENTRYP PFNGLGETTEXIMAGEPROC) (GLenum target, GLint level, GLenum format, GLenum type, void *pixels);
304 typedef void (APIENTRYP PFNGLGETTEXPARAMETERFVPROC) (GLenum target, GLenum pname, GLfloat *params);
305 typedef void (APIENTRYP PFNGLGETTEXPARAMETERIVPROC) (GLenum target, GLenu
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c895 src->target != PIPE_TEXTURE_RECT && in get_texcoords()
914 switch (src->target) { in get_texcoords()
973 enum pipe_texture_target target, in blitter_get_fs_texfetch_col()
981 util_pipe_tex_to_tgsi_tex(target, src_nr_samples); in blitter_get_fs_texfetch_col()
986 assert(target < PIPE_MAX_TEXTURE_TYPES); in blitter_get_fs_texfetch_col()
1029 shader = &ctx->fs_resolve[target][index][filter]; in blitter_get_fs_texfetch_col()
1049 shader = &ctx->fs_texfetch_col_msaa[type][target]; in blitter_get_fs_texfetch_col()
1064 shader = &ctx->fs_texfetch_col[type][target][1]; in blitter_get_fs_texfetch_col()
1066 shader = &ctx->fs_texfetch_col[type][target][0]; in blitter_get_fs_texfetch_col()
1083 enum pipe_texture_target target, in blitter_get_fs_pack_color_zs()
970 blitter_get_fs_texfetch_col(struct blitter_context_priv *ctx, enum pipe_format src_format, enum pipe_format dst_format, enum pipe_texture_target target, unsigned src_nr_samples, unsigned dst_nr_samples, unsigned filter, bool use_txf) blitter_get_fs_texfetch_col() argument
1082 blitter_get_fs_pack_color_zs(struct blitter_context_priv *ctx, enum pipe_texture_target target, unsigned nr_samples, enum pipe_format zs_format, bool dst_is_color) blitter_get_fs_pack_color_zs() argument
1120 blitter_get_fs_texfetch_depth(struct blitter_context_priv *ctx, enum pipe_texture_target target, unsigned src_samples, unsigned dst_samples, bool use_txf) blitter_get_fs_texfetch_depth() argument
1165 blitter_get_fs_texfetch_depthstencil(struct blitter_context_priv *ctx, enum pipe_texture_target target, unsigned src_samples, unsigned dst_samples, bool use_txf) blitter_get_fs_texfetch_depthstencil() argument
1211 blitter_get_fs_texfetch_stencil(struct blitter_context_priv *ctx, enum pipe_texture_target target, unsigned src_samples, unsigned dst_samples, bool use_txf) blitter_get_fs_texfetch_stencil() argument
1268 unsigned samples, j, f, target, max_samples, use_txf; util_blitter_cache_all_shaders() local
2287 unsigned target = tex->target; util_blitter_generate_mipmap() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cBufferStorageTests.cpp109 void InitData(glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data);
111 void InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GLvoid* data);
130 static void Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target);
132 static void BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index);
134 static void BindRange(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index,
137 static void Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size,
144 static void GetParameter(const glw::Functions& gl, glw::GLenum target, glw::GLenum value, glw::GLint* data);
146 static void GetSubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size,
149 static void* Map(const glw::Functions& gl, glw::GLenum target, glw::GLenum access);
151 static void* MapRange(const glw::Functions& gl, glw::GLenum target, gl
501 InitData(glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) InitData() argument
522 InitStorage(glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GLvoid* data) InitStorage() argument
640 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
653 BindBase(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index) BindBase() argument
668 BindRange(const glw::Functions& gl, glw::GLuint id, glw::GLenum target, glw::GLuint index, glw::GLintptr offset, glw::GLsizeiptr size) BindRange() argument
683 Data(const glw::Functions& gl, glw::GLenum target, glw::GLenum usage, glw::GLsizeiptr size, const glw::GLvoid* data) Data() argument
730 GetParameter(const glw::Functions& gl, glw::GLenum target, glw::GLenum value, glw::GLint* data) GetParameter() argument
744 GetSubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) GetSubData() argument
759 Map(const glw::Functions& gl, glw::GLenum target, glw::GLenum access) Map() argument
775 MapRange(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr length, glw::GLenum access) MapRange() argument
792 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLenum flags, glw::GLsizeiptr size, const glw::GLvoid* data) Storage() argument
807 SubData(const glw::Functions& gl, glw::GLenum target, glw::GLintptr offset, glw::GLsizeiptr size, glw::GLvoid* data) SubData() argument
819 UnMap(const glw::Functions& gl, glw::GLenum target) UnMap() argument
908 AttachTexture(const glw::Functions& gl, glw::GLenum target, glw::GLenum attachment, glw::GLuint texture_id, glw::GLuint width, glw::GLuint height) AttachTexture() argument
924 Bind(const glw::Functions& gl, glw::GLenum target, glw::GLuint id) Bind() argument
1317 Bind(const glw::Functions& gl, glw::GLuint id, glw::GLenum target) Bind() argument
1335 CompressedImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLsizei image_size, const glw::GLvoid* data) CompressedImage() argument
1404 GetData(const glw::Functions& gl, glw::GLenum target, glw::GLenum format, glw::GLenum type, glw::GLvoid* out_data) GetData() argument
1419 GetLevelParameter(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum pname, glw::GLint* param) GetLevelParameter() argument
1439 Image(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* data) Image() argument
1490 Storage(const glw::Functions& gl, glw::GLenum target, glw::GLsizei levels, glw::GLenum internal_format, glw::GLuint width, glw::GLuint height, glw::GLuint depth) Storage() argument
1531 SubImage(const glw::Functions& gl, glw::GLenum target, glw::GLint level, glw::GLint x, glw::GLint y, glw::GLint z, glw::GLsizei width, glw::GLsizei height, glw::GLsizei depth, glw::GLenum format, glw::GLenum type, const glw::GLvoid* pixels) SubImage() argument
1668 const GLenum target = Buffer::m_targets[i]; iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h240 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETTEXTURE2DOESPROC) (GLenum target, GLeglImageOES image);
241 typedef void (GL_APIENTRYP PFNGLEGLIMAGETARGETRENDERBUFFERSTORAGEOESPROC) (GLenum target, GLeglImageOES image);
243 GL_APICALL void GL_APIENTRY glEGLImageTargetTexture2DOES (GLenum target, GLeglImageOES image);
244 GL_APICALL void GL_APIENTRY glEGLImageTargetRenderbufferStorageOES (GLenum target, GLeglImageOES image);
309 typedef void (GL_APIENTRYP PFNGLENABLEIOESPROC) (GLenum target, GLuint index);
310 typedef void (GL_APIENTRYP PFNGLDISABLEIOESPROC) (GLenum target, GLuint index);
316 typedef GLboolean (GL_APIENTRYP PFNGLISENABLEDIOESPROC) (GLenum target, GLuint index);
318 GL_APICALL void GL_APIENTRY glEnableiOES (GLenum target, GLuint index);
319 GL_APICALL void GL_APIENTRY glDisableiOES (GLenum target, GLuint index);
325 GL_APICALL GLboolean GL_APIENTRY glIsEnablediOES (GLenum target, GLuin
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dunits_test.cpp32 const StringPiece target; member
128 const char *const target; in testExtractConvertibility() member
156 MeasureUnitImpl target = MeasureUnitImpl::forIdentifier(testCase.target, status); in testExtractConvertibility() local
157 if (status.errIfFailureAndReset("target MeasureUnitImpl::forIdentifier(\"%s\", ...)", in testExtractConvertibility()
158 testCase.target)) { in testExtractConvertibility()
166 auto convertibility = extractConvertibility(source, target, conversionRates, status); in testExtractConvertibility()
168 testCase.target)) { in testExtractConvertibility()
173 testCase.target, in testExtractConvertibility()
183 const char *target; in testConversionInfo() member
272 const char *target; testConverter() member
351 MeasureUnitImpl target = MeasureUnitImpl::forIdentifier(testCase.target, status); testConverter() local
[all...]
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
H A Dnode.js18 // the case of link nodes, it is equivalent to node.target.path.
75 // NB: path can be null if it's a link target
144 // full path to the tarball or link target. However, if the package
526 return type === 'workspace' && to && (to.target === this || to === this)
535 // or the target of the root link, but NOT if it's another link to the
537 return this === this.root || this === this.root.target
588 const { target } = this
590 if (target) {
591 target.linksIn.delete(this)
592 if (target
[all...]
/third_party/libsnd/programs/
H A Dsndfile-salvage.c234 const char * target = "XXXX" ; in find_data_offset() local
241 target = "data" ; in find_data_offset()
246 target = "SSND" ; in find_data_offset()
255 slen = (int) strlen (target) ; in find_data_offset()
259 printf ("Searching for '%s' maker.\n", target) ; in find_data_offset()
266 cptr = memchr (buffer, target [0], rlen - slen) ; in find_data_offset()
267 if (cptr && memcmp (cptr, target, slen) == 0) in find_data_offset()
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js67 apply: function(target, thisArg, args) {
70 construct: function(target, args, newTarget) {
73 get: function(target, property, receiver) {
121 construct: function(target, args) {
142 set: function(target, prop, value, receiver) {
143 target[prop] = deNaNify(value);
200 FinalizationRegistry.prototype.register = function(target, holdings) { };
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise06.c168 char *target; in test_advice_willneed() local
174 target = SAFE_MMAP(NULL, CHUNK_SZ, PROT_READ | PROT_WRITE, in test_advice_willneed()
179 dirty_pages(target, CHUNK_SZ); in test_advice_willneed()
186 TEST(madvise(target, MEM_LIMIT, MADV_WILLNEED)); in test_advice_willneed()
207 TEST(madvise(target, pg_sz * 3, MADV_WILLNEED)); in test_advice_willneed()
222 dirty_pages(target, pg_sz * 3); in test_advice_willneed()
232 SAFE_MUNMAP(target, CHUNK_SZ); in test_advice_willneed()
/third_party/node/deps/v8/src/runtime/
H A Druntime-proxy.cc36 return proxy.target(); in RUNTIME_FUNCTION()
93 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
98 isolate, name, target, trap_result, in RUNTIME_FUNCTION()
107 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
109 Maybe<bool> result = JSProxy::CheckHasTrap(isolate, name, target); in RUNTIME_FUNCTION()
119 Handle<JSReceiver> target = args.at<JSReceiver>(1); in RUNTIME_FUNCTION() local
121 Maybe<bool> result = JSProxy::CheckDeleteTrap(isolate, name, target); in RUNTIME_FUNCTION()

Completed in 71 milliseconds

1...<<21222324252627282930>>...163