/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
H A D | vid_dec.c | 493 priv->codec->decode_bitstream(priv->codec, priv->target, &priv->picture.base, in vid_dec_DecodeBuffer()
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_fs.h | 318 const fs_reg &dst, unsigned target);
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | va_private.h | 283 struct pipe_video_buffer *target; member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_tile_cache.c | 29 * Render target tile caching. 201 if (ps->texture->target != PIPE_BUFFER) { in sp_tile_cache_set_surface()
|
/third_party/node/lib/internal/console/ |
H A D | constructor.js | 106 // We have to test new.target here to see if this function is called 109 if (new.target === undefined) {
|
/third_party/node/deps/v8/tools/gcmole/ |
H A D | gcmole.py | 193 target=invoke_clang_plugin_for_files_in_queue, 544 "--v8-target-cpu", 570 "Config must match cpu specified by --v8-target-cpu") 631 log("Using --v8-target-cpu={}", options.v8_target_cpu) 633 parser.error("Missing --v8-target-cpu option")
|
/third_party/node/src/ |
H A D | node_binding.cc | 115 v8::Local<v8::FunctionTemplate> target);
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-traversal-visitor.h | 344 RECURSE_EXPRESSION(Visit(expr->target())); in VisitAssignment()
|
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.h | 242 Expression* GetDestructuringDefaultValue(Expression** target);
|
/third_party/node/deps/v8/src/libsampler/ |
H A D | sampler.cc | 437 // 31-bit target will have bit 0 (MSB) of the PSW set to denote addressing in FillRegisterState() 467 #error Unexpected iOS target architecture. in FillRegisterState() 619 // Wait for the target thread to become suspended, or to exit. in DoSample()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_clear.c | 253 * contents of the previous draw hit the render target before we resolve in fast_clear_color() 329 if (p_res->target == PIPE_BUFFER) in clear_color() 733 * This clears the given render target surface.
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/pp/ |
H A D | disasm.c | 743 fprintf(fp, " %d", branch->branch.target + offset); in print_branch()
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga3d_cmd.h | 534 SVGA3dSurfaceImageId target; member 579 * discard the contents of the current mipmap level and face of the target
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | buffer9.c | 65 info->target = PIPE_BUFFER; in NineBuffer9_ctor()
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_fs.c | 199 if (t->b.target == PIPE_TEXTURE_3D) in r300_fragment_program_get_external_state()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_pipe_common.h | 148 * streamout, DMA, or as a random access target). The rest of 901 if (res->b.b.target == PIPE_BUFFER) in r600_get_sampler_view_priority()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/skia/third_party/externals/oboe/samples/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/python/Lib/test/test_importlib/ |
H A D | test_api.py | 180 def find_spec(name, path=None, target=None):
|
/third_party/python/Lib/concurrent/futures/ |
H A D | process.py | 758 target=_process_worker,
|
/third_party/typescript/tests/baselines/reference/ |
H A D | bluebirdStaticThis.js | 40 static promisifyAll(dit: typeof Promise, target: Object): Object;
|
/third_party/python/Lib/test/ |
H A D | test_poplib.py | 494 self.thread = threading.Thread(target=self.server, args=(self.evt, self.sock))
|
H A D | test_pkgutil.py | 336 def find_spec(self, fullname, path=None, target=None):
|
/third_party/skia/platform_tools/android/apps/gradle/wrapper/ |
H A D | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/gradle/wrapper/
org/gradle/wrapper/Download ... |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cEnhancedLayoutsTests.cpp | 1769 /** Binds buffer to its target 1851 /** Bind buffer to given target 1859 GLenum target = GetBufferGLenum(buffer); in Bind() local 1861 gl.bindBuffer(target, id); in Bind() 1874 GLenum target = GetBufferGLenum(buffer); in BindBase() local 1876 gl.bindBufferBase(target, index, id); in BindBase() 1891 GLenum target = GetBufferGLenum(buffer); in BindRange() local 1893 gl.bindBufferRange(target, index, id, offset, size); in BindRange() 1907 GLenum target = GetBufferGLenum(buffer); in Data() local 1910 gl.bufferData(target, siz in Data() 1925 GLenum target = GetBufferGLenum(buffer); SubData() local 1961 GLenum target = GetBufferGLenum(buffer); Map() local 1975 GLenum target = GetBufferGLenum(buffer); UnMap() local 3347 GLenum target = GetTargetGLenum(tex_type); Bind() local 3382 GLenum target = GetTargetGLenum(tex_type); Get() local 3439 GLenum target = GetTargetGLenum(tex_type); Storage() local 3491 GLenum target = GetTargetGLenum(tex_type); Update() local [all...] |