Home
last modified time | relevance | path

Searched refs:target (Results 401 - 425 of 4179) sorted by relevance

1...<<11121314151617181920>>...168

/third_party/skia/third_party/externals/icu/source/common/
H A Ducnv_u8.cpp70 UChar *myTarget = args->target; in ucnv_toUnicode_UTF8()
122 /* stores a partially calculated target*/ in ucnv_toUnicode_UTF8()
173 /* End of target buffer */ in ucnv_toUnicode_UTF8()
177 args->target = myTarget; in ucnv_toUnicode_UTF8()
186 UChar *myTarget = args->target; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
290 { /* End of target buffer */ in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
294 args->target = myTarget; in ucnv_toUnicode_UTF8_OFFSETS_LOGIC()
306 uint8_t *myTarget = (uint8_t *) args->target; in ucnv_fromUnicode_UTF8()
371 or do we have to be careful about target buffer space? */ in ucnv_fromUnicode_UTF8()
410 args->target in ucnv_fromUnicode_UTF8()
656 uint8_t *target; ucnv_UTF8FromUTF8() local
[all...]
/third_party/gn/src/gn/
H A Dtarget_unittest.cc5 #include "gn/target.h"
23 // file with the given name from the given target.
24 void AssertSchedulerHasOneUnknownFileMatching(const Target* target, in AssertSchedulerHasOneUnknownFileMatching() argument
30 EXPECT_TRUE(target == found->second) in AssertSchedulerHasOneUnknownFileMatching()
32 << target->label().GetUserVisibleName(false) << "\nBut got\n " in AssertSchedulerHasOneUnknownFileMatching()
210 // Basic target with no prefix (executable type tool in the TestWithScope has in TEST_F()
229 // not duplicate something already in the target name. in TEST_F()
251 // Make a target depending on "b". The dependency must have an origin to mark in TEST_F()
270 // Make a target using configs. This should fail. in TEST_F()
275 // A target usin in TEST_F()
[all...]
H A Dconfig_values_extractors_unittest.cc9 #include "gn/target.h"
33 // Construct a chain of dependencies: target -> dep1 -> dep2 in TEST()
89 // Set up target, direct and all dependent configs. in TEST()
90 Config target_all(setup.settings(), Label(SourceDir("//target/"), "all")); in TEST()
92 target_all.own_values().cflags().push_back("--target-all"); in TEST()
93 target_all.own_values().include_dirs().push_back(SourceDir("//target/all/")); in TEST()
97 Label(SourceDir("//target/"), "direct")); in TEST()
99 target_direct.own_values().cflags().push_back("--target-direct"); in TEST()
101 SourceDir("//target/direct/")); in TEST()
104 // This config is applied directly to target in TEST()
[all...]
H A Dtoolchain.cc14 #include "gn/target.h"
148 const Tool* Toolchain::GetToolForTargetFinalOutput(const Target* target) const { in GetToolForTargetFinalOutput()
149 return GetTool(Tool::GetToolTypeForTargetFinalOutput(target)); in GetToolForTargetFinalOutput()
153 const Target* target) const { in GetToolForTargetFinalOutputAsC()
154 return GetToolAsC(Tool::GetToolTypeForTargetFinalOutput(target)); in GetToolForTargetFinalOutputAsC()
158 const Target* target) const { in GetToolForTargetFinalOutputAsGeneral()
159 return GetToolAsGeneral(Tool::GetToolTypeForTargetFinalOutput(target)); in GetToolForTargetFinalOutputAsGeneral()
163 const Target* target) const { in GetToolForTargetFinalOutputAsRust()
164 return GetToolAsRust(Tool::GetToolTypeForTargetFinalOutput(target)); in GetToolForTargetFinalOutputAsRust()
168 const Target* target) cons in GetToolForTargetFinalOutputAsBuiltin()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DTexture.cpp327 GLsizei Texture::getDepth(GLenum target, GLint level) const in getDepth() argument
332 egl::Image *Texture::createSharedImage(GLenum target, unsigned int level) in createSharedImage() argument
334 egl::Image *image = getRenderTarget(target, level); // Increments reference count in createSharedImage()
498 GLsizei Texture2D::getWidth(GLenum target, GLint level) const in getWidth() argument
500 ASSERT(target == getTarget()); in getWidth()
504 GLsizei Texture2D::getHeight(GLenum target, GLint level) const in getHeight() argument
506 ASSERT(target == getTarget()); in getHeight()
510 GLint Texture2D::getFormat(GLenum target, GLint level) const in getFormat() argument
512 ASSERT(target == getTarget()); in getFormat()
641 ERR("Failed to retrieve the render target in copyImage()
654 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) copySubImage() argument
786 isCompressed(GLenum target, GLint level) const isCompressed() argument
791 isDepth(GLenum target, GLint level) const isDepth() argument
835 getRenderbuffer(GLenum target, GLint level) getRenderbuffer() argument
854 getRenderTarget(GLenum target, unsigned int level) getRenderTarget() argument
867 isShared(GLenum target, unsigned int level) const isShared() argument
899 getRenderbuffer(GLenum target, GLint level) getRenderbuffer() argument
998 getWidth(GLenum target, GLint level) const getWidth() argument
1004 getHeight(GLenum target, GLint level) const getHeight() argument
1010 getFormat(GLenum target, GLint level) const getFormat() argument
1060 setCompressedImage(GLenum target, GLint level, GLenum format, GLsizei width, GLsizei height, GLsizei imageSize, const void *pixels) setCompressedImage() argument
1079 subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels) subImage() argument
1084 subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels) subImageCompressed() argument
1271 isCompressed(GLenum target, GLint level) const isCompressed() argument
1276 isDepth(GLenum target, GLint level) const isDepth() argument
1286 setImage(GLenum target, GLint level, GLsizei width, GLsizei height, GLint internalformat, GLenum format, GLenum type, const gl::PixelStorageModes &unpackParameters, const void *pixels) setImage() argument
1305 copyImage(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) copyImage() argument
1350 copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height, Renderbuffer *source) copySubImage() argument
1418 getRenderbuffer(GLenum target, GLint level) getRenderbuffer() argument
1439 getRenderTarget(GLenum target, unsigned int level) getRenderTarget() argument
[all...]
/third_party/rust/crates/log/src/
H A Dlib.rs22 //! A log request consists of a _target_, a _level_, and a _body_. A target is a
25 //! the target to filter requests based on some user configuration.
58 //! info!(target: "yak_events", "Commencing yak shaving for {:?}", yak);
105 //! info!(target: "yak_events", yak = as_serde!(yak); "Commencing yak shaving");
838 /// Note that the [`level()`] and [`target()`] accessors are equivalent to
839 /// `self.metadata().level()` and `self.metadata().target()` respectively.
862 /// record.target(),
873 /// [`target()`]: struct.Record.html#method.target
927 /// The name of the target o
929 pub fn target(&self) -> &'a str { target() functions
1091 pub fn target(&mut self, target: &'a str) -> &mut RecordBuilder<'a> { target() functions
1205 pub fn target(&self) -> &'a str { target() functions
1257 pub fn target(&mut self, target: &'a str) -> &mut MetadataBuilder<'a> { target() functions
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dqueryobj.c181 assert(0 && "unexpected query target in st_BeginQuery()"); in begin_query()
440 GLenum target) in get_pipe_stats_binding_point()
442 const int which = target - GL_VERTICES_SUBMITTED; in get_pipe_stats_binding_point()
452 * Return pointer to the query object binding point for the given target and
454 * \return NULL if invalid target, else the address of binding point
457 get_query_binding_point(struct gl_context *ctx, GLenum target, GLuint index) in get_query_binding_point() argument
459 switch (target) { in get_query_binding_point()
513 return get_pipe_stats_binding_point(ctx, target); in get_query_binding_point()
517 target = GL_VERTICES_SUBMITTED + MAX_PIPELINE_STATISTICS - 1; in get_query_binding_point()
521 return get_pipe_stats_binding_point(ctx, target); in get_query_binding_point()
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/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetMBCS.java790 * A recursive call may do stateProps[state]|=0x40 if this state is the target of an
1631 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
1633 return cnvMBCSToUnicodeWithOffsets(source, target, offsets, flush); in decodeLoop()
1639 private CoderResult continueMatchToU(ByteBuffer source, CharBuffer target, IntBuffer offsets, int srcIndex, in continueMatchToU() argument
1662 cr = writeToU(value[0], target, offsets, srcIndex); in continueMatchToU()
1821 private CoderResult writeToU(int value, CharBuffer target, IntBuffer offsets, int srcIndex) { in writeToU() argument
1826 return toUWriteCodePoint(TO_U_GET_CODE_POINT(value), target, offsets, srcIndex); in writeToU()
1834 return toUWriteUChars(this, a, 0, a.length, target, offsets, srcIndex); in writeToU()
1838 private CoderResult toUWriteCodePoint(int c, CharBuffer target, IntBuffer offsets, int sourceIndex) { in toUWriteCodePoint() argument
1840 int tBeginIndex = target in toUWriteCodePoint()
1877 toU(int length, ByteBuffer source, CharBuffer target, IntBuffer offsets, int sourceIndex, boolean flush, CoderResult[] cr) toU() argument
1918 initialMatchToU(int firstLength, ByteBuffer source, CharBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) initialMatchToU() argument
2002 cnvMBCSToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) cnvMBCSToUnicodeWithOffsets() argument
2360 cnvMBCSSingleToBMPWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) cnvMBCSSingleToBMPWithOffsets() argument
2489 cnvMBCSSingleToUnicodeWithOffsets(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) cnvMBCSSingleToUnicodeWithOffsets() argument
2848 encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) encodeLoop() argument
3524 continueMatchFromU(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush, int srcIndex) continueMatchFromU() argument
3802 writeFromU(int value, ByteBuffer target, IntBuffer offsets, int srcIndex) writeFromU() argument
3882 fromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int sourceIndex, int length, boolean flush, CoderResult[] cr) fromU() argument
3934 initialMatchFromU(int cp, CharBuffer source, ByteBuffer target, IntBuffer offsets, int srcIndex, boolean flush, CoderResult[] cr) initialMatchFromU() argument
3977 cnvMBCSFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) cnvMBCSFromUnicodeWithOffsets() argument
3986 cnvMBCSSingleFromBMPWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) cnvMBCSSingleFromBMPWithOffsets() argument
4151 cnvMBCSSingleFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) cnvMBCSSingleFromUnicodeWithOffsets() argument
4301 cnvMBCSDoubleFromUnicodeWithOffsets(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) cnvMBCSDoubleFromUnicodeWithOffsets() argument
4542 getTrail(CharBuffer source, ByteBuffer target, int uniMask, SideEffects x, boolean flush, CoderResult[] cr) getTrail() argument
4575 unassigned(CharBuffer source, ByteBuffer target, IntBuffer offsets, SideEffects x, boolean flush, CoderResult[] cr) unassigned() argument
4616 getTrailDouble(CharBuffer source, ByteBuffer target, int uniMask, SideEffectsDouble x, boolean flush, CoderResult[] cr) getTrailDouble() argument
4648 unassignedDouble(CharBuffer source, ByteBuffer target, SideEffectsDouble x, boolean flush, CoderResult[] cr) unassignedDouble() argument
4681 cbFromUWriteSub(CharsetEncoderICU encoder, CharBuffer source, ByteBuffer target, IntBuffer offsets) cbFromUWriteSub() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtarget-ppc.c2 #include "target.h"
7 static void predefine_ppc(const struct target *self) in predefine_ppc()
34 static void init_ppc32(const struct target *self) in init_ppc32()
42 static void predefine_ppc32(const struct target *self) in predefine_ppc32()
47 const struct target target_ppc32 = {
63 static void predefine_ppc64(const struct target *self) in predefine_ppc64()
73 const struct target target_ppc64 = {
/third_party/musl/libc-test/src/functionalext/supplement/string/
H A Dwmemchr.c23 * @tc.desc : Find the first occurrence of a wide character in the target array
29 wchar_t target = L'C'; in wmemchr_0100() local
31 wchar_t *result = wmemchr(str, target, sz); in wmemchr_0100()
33 t_error("%s not found target ch\n", __func__); in wmemchr_0100()
45 wchar_t target = L'H'; in wmemchr_0200() local
47 wchar_t *result = wmemchr(str, target, sz); in wmemchr_0200()
49 t_error("%s found target ch\n", __func__); in wmemchr_0200()
61 wchar_t target = L'C'; in wmemchr_0300() local
63 wchar_t *result = wmemchr(str, target, sz); in wmemchr_0300()
65 t_error("%s found target c in wmemchr_0300()
[all...]
/third_party/vixl/benchmarks/aarch64/
H A Dbench-branch-masm.cc56 Label target; in main() local
57 masm.B(&target); in main()
58 masm.B(eq, &target); in main()
59 masm.Cbz(x2, &target); in main()
60 masm.Tbz(x3, 2, &target); in main()
61 masm.Bind(&target); in main()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/android/
H A DDisplayAndroid.cpp30 EGLenum target, in validateImageClientBuffer()
34 switch (target) in validateImageClientBuffer()
40 return DisplayEGL::validateImageClientBuffer(context, target, clientBuffer, attribs); in validateImageClientBuffer()
46 EGLenum target, in createExternalImageSibling()
50 switch (target) in createExternalImageSibling()
56 return DisplayEGL::createExternalImageSibling(context, target, buffer, attribs); in createExternalImageSibling()
29 validateImageClientBuffer(const gl::Context *context, EGLenum target, EGLClientBuffer clientBuffer, const egl::AttributeMap &attribs) const validateImageClientBuffer() argument
44 createExternalImageSibling( const gl::Context *context, EGLenum target, EGLClientBuffer buffer, const egl::AttributeMap &attribs) createExternalImageSibling() argument
/third_party/node/lib/internal/bootstrap/
H A Dnode.js123 defineProperty(target, key, descriptor) {
125 return ObjectDefineProperty(target, key, descriptor);
128 deleteProperty(target, key) {
130 delete target[key];
133 preventExtensions(target) {
135 return ObjectPreventExtensions(target);
138 set(target, key, value) {
140 return ReflectSet(target, key, value);
143 get(target, key, receiver) {
144 const val = ReflectGet(target, ke
[all...]
/third_party/node/benchmark/napi/function_args/
H A Dbinding.cc126 void Initialize(Local<Object> target, in Initialize() argument
129 NODE_SET_METHOD(target, "callWithString", CallWithString); in Initialize()
130 NODE_SET_METHOD(target, "callWithLongString", CallWithString); in Initialize()
132 NODE_SET_METHOD(target, "callWithArray", CallWithArray); in Initialize()
133 NODE_SET_METHOD(target, "callWithLargeArray", CallWithArray); in Initialize()
134 NODE_SET_METHOD(target, "callWithHugeArray", CallWithArray); in Initialize()
136 NODE_SET_METHOD(target, "callWithNumber", CallWithNumber); in Initialize()
137 NODE_SET_METHOD(target, "callWithObject", CallWithObject); in Initialize()
138 NODE_SET_METHOD(target, "callWithTypedarray", CallWithTypedarray); in Initialize()
140 NODE_SET_METHOD(target, "callWith10Number in Initialize()
[all...]
/third_party/ninja/src/
H A Dbrowse.py45 Node = namedtuple('Node', ['inputs', 'rule', 'target', 'outputs'])
71 target = None
77 target = next(lines)[:-1] # strip trailing colon
103 return Node(inputs, rule, target, outputs)
134 document = ['<h1><tt>%s</tt></h1>' % html_escape(node.target)]
137 document.append('<h2>target is built using rule <tt>%s</tt> of</h2>' %
159 def ninja_dump(target):
160 cmd = [args.ninja_command, '-f', args.f, '-t', 'query', target]
168 target = unquote(self.path[1:])
170 if target
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DThread.hpp116 int64_t atomicExchange(int64_t volatile *target, int64_t value);
117 int atomicExchange(int volatile *target, int value);
122 int atomicAdd(int volatile *target, int value);
238 inline int64_t atomicExchange(volatile int64_t *target, int64_t value) in atomicExchange() argument
241 return InterlockedExchange64(target, value); in atomicExchange()
244 __asm__ __volatile__("lock; xchg8 %x0,(%x1)" : "=r" (ret) :"r" (target), "0" (value) : "memory" ); in atomicExchange()
249 inline int atomicExchange(volatile int *target, int value) in atomicExchange() argument
252 return InterlockedExchange((volatile long*)target, (long)value); in atomicExchange()
255 __asm__ __volatile__("lock; xchgl %x0,(%x1)" : "=r" (ret) :"r" (target), "0" (value) : "memory" ); in atomicExchange()
279 inline int atomicAdd(volatile int* target, in argument
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dobject-assign.js69 assert (JSON.stringify (o1) === '{"a":1,"b":2,"c":3}'); //target object itself is changed.
104 var target = Object.defineProperty ({}, 'foo', {
107 }); // target.foo is a read-only property
110 // TypeError: "foo" is read-only,the Exception is thrown when assigning target.foo
111 Object.assign (target, { bar: 2 }, { foo2: 3, foo: 3, foo3: 3 }, { baz: 4 });
117 assert (target.bar === 2); // the first source was copied successfully.
118 assert (target.foo2 === 3); // the first property of the second source was copied successfully.
119 assert (target.foo === 1); // exception is thrown here.
120 assert (target.foo3 === undefined); // assign method has finished, foo3 will not be copied.
121 assert (target
[all...]
/third_party/skia/third_party/externals/angle2/src/libGL/
H A Dentry_points_gl_3_autogen.h22 ANGLE_EXPORT void GL_APIENTRY GL_BindBufferBase(GLenum target, GLuint index, GLuint buffer);
24 GL_BindBufferRange(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
28 ANGLE_EXPORT void GL_APIENTRY GL_BindFramebuffer(GLenum target, GLuint framebuffer);
29 ANGLE_EXPORT void GL_APIENTRY GL_BindRenderbuffer(GLenum target, GLuint renderbuffer);
41 ANGLE_EXPORT GLenum GL_APIENTRY GL_CheckFramebufferStatus(GLenum target);
42 ANGLE_EXPORT void GL_APIENTRY GL_ClampColor(GLenum target, GLenum clamp);
59 ANGLE_EXPORT void GL_APIENTRY GL_Disablei(GLenum target, GLuint index);
60 ANGLE_EXPORT void GL_APIENTRY GL_Enablei(GLenum target, GLuint index);
63 ANGLE_EXPORT void GL_APIENTRY GL_FlushMappedBufferRange(GLenum target,
66 ANGLE_EXPORT void GL_APIENTRY GL_FramebufferRenderbuffer(GLenum target,
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dnull_functions.cpp23 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id) {} in glBeginQueryNULL() argument
25 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id) {} in glBeginQueryIndexedNULL() argument
32 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer) {} in glBindBufferNULL() argument
34 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer) {} in glBindBufferBaseNULL() argument
37 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) in glBindBufferRangeNULL() argument
40 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target, in glBindBuffersBaseNULL() argument
46 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target, in glBindBuffersRangeNULL() argument
65 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer) {} in glBindFramebufferNULL() argument
83 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer) {} in glBindRenderbufferNULL() argument
89 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuin argument
95 glBindTransformFeedbackNULL(GLenum target, GLuint id) glBindTransformFeedbackNULL() argument
190 glBufferDataNULL(GLenum target, GLsizeiptr size, const void *data, GLenum usage) glBufferDataNULL() argument
196 glBufferStorageNULL(GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) glBufferStorageNULL() argument
202 glBufferStorageMemEXTNULL(GLenum target, GLsizeiptr size, GLuint memory, GLuint64 offset) glBufferStorageMemEXTNULL() argument
208 glBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, const void *data) glBufferSubDataNULL() argument
214 glCheckFramebufferStatusNULL(GLenum target) glCheckFramebufferStatusNULL() argument
219 glCheckNamedFramebufferStatusNULL(GLuint framebuffer, GLenum target) glCheckNamedFramebufferStatusNULL() argument
224 glClampColorNULL(GLenum target, GLenum clamp) glClampColorNULL() argument
228 glClearBufferDataNULL(GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) glClearBufferDataNULL() argument
235 glClearBufferSubDataNULL(GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) glClearBufferSubDataNULL() argument
345 glCompressedTexImage1DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage1DNULL() argument
354 glCompressedTexImage2DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage2DNULL() argument
364 glCompressedTexImage3DNULL(GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) glCompressedTexImage3DNULL() argument
375 glCompressedTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage1DNULL() argument
384 glCompressedTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage2DNULL() argument
395 glCompressedTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) glCompressedTexSubImage3DNULL() argument
472 glCopyTexImage1DNULL(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) glCopyTexImage1DNULL() argument
481 glCopyTexImage2DNULL(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) glCopyTexImage2DNULL() argument
492 glCopyTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) glCopyTexSubImage1DNULL() argument
495 glCopyTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage2DNULL() argument
505 glCopyTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) glCopyTexSubImage3DNULL() argument
560 glCreateQueriesNULL(GLenum target, GLsizei n, GLuint *ids) glCreateQueriesNULL() argument
578 glCreateTexturesNULL(GLenum target, GLsizei n, GLuint *textures) glCreateTexturesNULL() argument
654 glDisableiNULL(GLenum target, GLuint index) glDisableiNULL() argument
656 glDiscardFramebufferEXTNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments) glDiscardFramebufferEXTNULL() argument
770 glEGLImageTargetRenderbufferStorageOESNULL(GLenum target, GLeglImageOES image) glEGLImageTargetRenderbufferStorageOESNULL() argument
774 glEGLImageTargetTexture2DOESNULL(GLenum target, GLeglImageOES image) glEGLImageTargetTexture2DOESNULL() argument
782 glEnableiNULL(GLenum target, GLuint index) glEnableiNULL() argument
786 glEndQueryNULL(GLenum target) glEndQueryNULL() argument
788 glEndQueryIndexedNULL(GLenum target, GLuint index) glEndQueryIndexedNULL() argument
803 glFlushMappedBufferRangeNULL(GLenum target, GLintptr offset, GLsizeiptr length) glFlushMappedBufferRangeNULL() argument
813 glFramebufferParameteriNULL(GLenum target, GLenum pname, GLint param) glFramebufferParameteriNULL() argument
815 glFramebufferRenderbufferNULL(GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) glFramebufferRenderbufferNULL() argument
821 glFramebufferTextureNULL(GLenum target, GLenum attachment, GLuint texture, GLint level) glFramebufferTextureNULL() argument
827 glFramebufferTexture1DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture1DNULL() argument
834 glFramebufferTexture2DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) glFramebufferTexture2DNULL() argument
841 glFramebufferTexture2DMultisampleEXTNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) glFramebufferTexture2DMultisampleEXTNULL() argument
849 glFramebufferTexture2DMultisampleIMGNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLsizei samples) glFramebufferTexture2DMultisampleIMGNULL() argument
857 glFramebufferTexture3DNULL(GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) glFramebufferTexture3DNULL() argument
865 glFramebufferTextureLayerNULL(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) glFramebufferTextureLayerNULL() argument
872 glFramebufferTextureMultiviewOVRNULL(GLenum target, GLenum attachment, GLuint texture, GLint level, GLint baseViewIndex, GLsizei numViews) glFramebufferTextureMultiviewOVRNULL() argument
904 glGenerateMipmapNULL(GLenum target) glGenerateMipmapNULL() argument
993 glGetBooleani_vNULL(GLenum target, GLuint index, GLboolean *data) glGetBooleani_vNULL() argument
997 glGetBufferParameteri64vNULL(GLenum target, GLenum pname, GLint64 *params) glGetBufferParameteri64vNULL() argument
1000 glGetBufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetBufferParameterivNULL() argument
1002 glGetBufferPointervNULL(GLenum target, GLenum pname, void **params) glGetBufferPointervNULL() argument
1004 glGetBufferSubDataNULL(GLenum target, GLintptr offset, GLsizeiptr size, void *data) glGetBufferSubDataNULL() argument
1010 glGetCompressedTexImageNULL(GLenum target, GLint level, void *img) glGetCompressedTexImageNULL() argument
1042 glGetDoublei_vNULL(GLenum target, GLuint index, GLdouble *data) glGetDoublei_vNULL() argument
1053 glGetFloati_vNULL(GLenum target, GLuint index, GLfloat *data) glGetFloati_vNULL() argument
1067 glGetFramebufferAttachmentParameterivNULL(GLenum target, GLenum attachment, GLenum pname, GLint *params) glGetFramebufferAttachmentParameterivNULL() argument
1073 glGetFramebufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetFramebufferParameterivNULL() argument
1083 glGetInteger64i_vNULL(GLenum target, GLuint index, GLint64 *data) glGetInteger64i_vNULL() argument
1087 glGetIntegeri_vNULL(GLenum target, GLuint index, GLint *data) glGetIntegeri_vNULL() argument
1091 glGetInternalformatSampleivNVNULL(GLenum target, GLenum internalformat, GLsizei samples, GLenum pname, GLsizei bufSize, GLint *params) glGetInternalformatSampleivNVNULL() argument
1099 glGetInternalformati64vNULL(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) glGetInternalformati64vNULL() argument
1106 glGetInternalformativNULL(GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) glGetInternalformativNULL() argument
1269 glGetQueryIndexedivNULL(GLenum target, GLuint index, GLenum pname, GLint *params) glGetQueryIndexedivNULL() argument
1283 glGetQueryivNULL(GLenum target, GLenum pname, GLint *params) glGetQueryivNULL() argument
1285 glGetRenderbufferParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetRenderbufferParameterivNULL() argument
1358 glGetTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, void *pixels) glGetTexImageNULL() argument
1361 glGetTexLevelParameterfvNULL(GLenum target, GLint level, GLenum pname, GLfloat *params) glGetTexLevelParameterfvNULL() argument
1367 glGetTexLevelParameterivNULL(GLenum target, GLint level, GLenum pname, GLint *params) glGetTexLevelParameterivNULL() argument
1373 glGetTexParameterIivNULL(GLenum target, GLenum pname, GLint *params) glGetTexParameterIivNULL() argument
1375 glGetTexParameterIuivNULL(GLenum target, GLenum pname, GLuint *params) glGetTexParameterIuivNULL() argument
1377 glGetTexParameterfvNULL(GLenum target, GLenum pname, GLfloat *params) glGetTexParameterfvNULL() argument
1379 glGetTexParameterivNULL(GLenum target, GLenum pname, GLint *params) glGetTexParameterivNULL() argument
1482 glGetUnsignedBytei_vEXTNULL(GLenum target, GLuint index, GLubyte *data) glGetUnsignedBytei_vEXTNULL() argument
1515 glGetnCompressedTexImageNULL(GLenum target, GLint lod, GLsizei bufSize, void *pixels) glGetnCompressedTexImageNULL() argument
1521 glGetnTexImageNULL(GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) glGetnTexImageNULL() argument
1553 glHintNULL(GLenum target, GLenum mode) glHintNULL() argument
1595 glInvalidateFramebufferNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments) glInvalidateFramebufferNULL() argument
1614 glInvalidateSubFramebufferNULL(GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) glInvalidateSubFramebufferNULL() argument
1645 glIsEnablediNULL(GLenum target, GLuint index) glIsEnablediNULL() argument
1726 glMapBufferNULL(GLenum target, GLenum access) glMapBufferNULL() argument
1731 glMapBufferRangeNULL(GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) glMapBufferRangeNULL() argument
2229 glQueryCounterNULL(GLuint id, GLenum target) glQueryCounterNULL() argument
2254 glRenderbufferStorageNULL(GLenum target, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageNULL() argument
2260 glRenderbufferStorageMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleNULL() argument
2267 glRenderbufferStorageMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleEXTNULL() argument
2274 glRenderbufferStorageMultisampleIMGNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) glRenderbufferStorageMultisampleIMGNULL() argument
2377 glTexBufferNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferNULL() argument
2379 glTexBufferEXTNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferEXTNULL() argument
2381 glTexBufferOESNULL(GLenum target, GLenum internalformat, GLuint buffer) glTexBufferOESNULL() argument
2383 glTexBufferRangeNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeNULL() argument
2390 glTexBufferRangeEXTNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeEXTNULL() argument
2397 glTexBufferRangeOESNULL(GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) glTexBufferRangeOESNULL() argument
2404 glTexImage1DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage1DNULL() argument
2414 glTexImage2DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage2DNULL() argument
2425 glTexImage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexImage2DMultisampleNULL() argument
2433 glTexImage3DNULL(GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) glTexImage3DNULL() argument
2445 glTexImage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexImage3DMultisampleNULL() argument
2454 glTexParameterIivNULL(GLenum target, GLenum pname, const GLint *params) glTexParameterIivNULL() argument
2456 glTexParameterIuivNULL(GLenum target, GLenum pname, const GLuint *params) glTexParameterIuivNULL() argument
2459 glTexParameterfNULL(GLenum target, GLenum pname, GLfloat param) glTexParameterfNULL() argument
2461 glTexParameterfvNULL(GLenum target, GLenum pname, const GLfloat *params) glTexParameterfvNULL() argument
2464 glTexParameteriNULL(GLenum target, GLenum pname, GLint param) glTexParameteriNULL() argument
2466 glTexParameterivNULL(GLenum target, GLenum pname, const GLint *params) glTexParameterivNULL() argument
2468 glTexStorage1DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) glTexStorage1DNULL() argument
2474 glTexStorage2DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) glTexStorage2DNULL() argument
2481 glTexStorage2DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) glTexStorage2DMultisampleNULL() argument
2489 glTexStorage3DNULL(GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) glTexStorage3DNULL() argument
2497 glTexStorage3DMultisampleNULL(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) glTexStorage3DMultisampleNULL() argument
2506 glTexStorageMem2DEXTNULL(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLuint memory, GLuint64 offset) glTexStorageMem2DEXTNULL() argument
2515 glTexStorageMem2DMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) glTexStorageMem2DMultisampleEXTNULL() argument
2525 glTexStorageMem3DEXTNULL(GLenum target, GLsizei levels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLuint memory, GLuint64 offset) glTexStorageMem3DEXTNULL() argument
2535 glTexStorageMem3DMultisampleEXTNULL(GLenum target, GLsizei samples, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedSampleLocations, GLuint memory, GLuint64 offset) glTexStorageMem3DMultisampleEXTNULL() argument
2546 glTexSubImage1DNULL(GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) glTexSubImage1DNULL() argument
2555 glTexSubImage2DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) glTexSubImage2DNULL() argument
2566 glTexSubImage3DNULL(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) glTexSubImage3DNULL() argument
2724 glTextureViewNULL(GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) glTextureViewNULL() argument
2938 glUnmapBufferNULL(GLenum target) glUnmapBufferNULL() argument
[all...]
H A Dnull_functions.h22 void INTERNAL_GL_APIENTRY glBeginQueryNULL(GLenum target, GLuint id);
23 void INTERNAL_GL_APIENTRY glBeginQueryIndexedNULL(GLenum target, GLuint index, GLuint id);
28 void INTERNAL_GL_APIENTRY glBindBufferNULL(GLenum target, GLuint buffer);
29 void INTERNAL_GL_APIENTRY glBindBufferBaseNULL(GLenum target, GLuint index, GLuint buffer);
31 glBindBufferRangeNULL(GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size);
32 void INTERNAL_GL_APIENTRY glBindBuffersBaseNULL(GLenum target,
36 void INTERNAL_GL_APIENTRY glBindBuffersRangeNULL(GLenum target,
49 void INTERNAL_GL_APIENTRY glBindFramebufferNULL(GLenum target, GLuint framebuffer);
61 void INTERNAL_GL_APIENTRY glBindRenderbufferNULL(GLenum target, GLuint renderbuffer);
64 void INTERNAL_GL_APIENTRY glBindTextureNULL(GLenum target, GLuin
[all...]
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DAnyTransliterator.java26 * output script. It is named Any-T or Any-T/V, where T is the target
27 * and V is the optional variant. The target T is a script.
32 * that script to the given target/variant. It does so by
34 * target/variant. If a run consists only of the target script,
61 * The target or target/variant string.
63 private String target; field in AnyTransliterator
66 * The target script code. Never USCRIPT_INVALID_CODE.
92 // our target o in handleTransliterate()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DAnyTransliterator.java27 * output script. It is named Any-T or Any-T/V, where T is the target
28 * and V is the optional variant. The target T is a script.
33 * that script to the given target/variant. It does so by
35 * target/variant. If a run consists only of the target script,
61 * The target or target/variant string.
63 private String target; field in AnyTransliterator
66 * The target script code. Never USCRIPT_INVALID_CODE.
92 // our target o in handleTransliterate()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
H A Dnv30_vertprog.c93 uint32_t *inst, target; in nv30_vertprog_validate() local
110 target = vp->exec->start + reloc->target; in nv30_vertprog_validate()
113 inst[2] |= target << 2; in nv30_vertprog_validate()
119 target = vp->exec->start + reloc->target; in nv30_vertprog_validate()
122 inst[2] |= target >> 3; in nv30_vertprog_validate()
124 inst[3] |= target << 29; in nv30_vertprog_validate()
136 uint32_t *inst, target; in nv30_vertprog_validate() local
153 target in nv30_vertprog_validate()
[all...]
/third_party/rust/crates/autocfg/src/
H A Dlib.rs23 //! # std::env::set_var("OUT_DIR", "target");
87 target: Option<OsString>,
160 let target = env::var_os("TARGET"); in with_dir()
170 rustflags: rustflags(&target, &dir), in with_dir()
174 target: target, in with_dir()
219 if let Some(target) = self.target.as_ref() { in probe()
220 command.arg("--target").arg(target); in probe()
[all...]
/third_party/rust/crates/env_logger/src/fmt/
H A Dmod.rs191 target: built.format_target, in build()
216 target: bool,
320 if !self.target { in write_target()
324 match record.target() { in write_target()
326 target => self.write_header_value(target), in write_target()
409 fn write_target(target: &str, fmt: DefaultFormat) -> String { in write_target()
417 .target(target) in write_target()
438 target in format_with_header()
[all...]

Completed in 30 milliseconds

1...<<11121314151617181920>>...168