/third_party/mesa3d/src/mesa/main/ |
H A D | bufferobj.h | 76 GLenum target, 206 GLenum target, GLsizeiptr size, const GLvoid *data,
|
H A D | texcompress_cpal.c | 149 _mesa_cpal_compressed_teximage2d(GLenum target, GLint level, in _mesa_cpal_compressed_teximage2d() argument 198 _mesa_TexImage2D(target, lvl, info->format, w, h, 0, in _mesa_cpal_compressed_teximage2d()
|
/third_party/node/deps/npm/node_modules/postcss-selector-parser/dist/selectors/ |
H A D | node.js | 6 function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
|
/third_party/libdrm/tegra/ |
H A D | pushbuf.c | 125 struct drm_tegra_mapping *target, in drm_tegra_pushbuf_relocate() 142 buffer->mapping = target->id; in drm_tegra_pushbuf_relocate() 124 drm_tegra_pushbuf_relocate(struct drm_tegra_pushbuf *pushbuf, uint32_t **ptrp, struct drm_tegra_mapping *target, unsigned long offset, unsigned int shift, uint32_t flags) drm_tegra_pushbuf_relocate() argument
|
/third_party/libwebsockets/minimal-examples/gtk/minimal-gtk/ |
H A D | main.c | 36 int current, int target) in system_notify_cb() 42 target != LWS_SYSTATE_OPERATIONAL) in system_notify_cb() 35 system_notify_cb(lws_state_manager_t *mgr, lws_state_notify_link_t *link, int current, int target) system_notify_cb() argument
|
/third_party/node/deps/v8/src/compiler/ |
H A D | frame-states.h | 190 Node* target, Node* context, Node* const* stack_parameters, 195 JSGraph* graph, const SharedFunctionInfoRef& shared, Node* target,
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
H A D | fd5_emit.h | 223 fd5_emit_ib(struct fd_ringbuffer *ring, struct fd_ringbuffer *target) in fd5_emit_ib() argument 232 __OUT_IB5(ring, target); in fd5_emit_ib()
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_entrypoints.py | 108 target = command.attrib['alias'] 109 entrypoints[alias] = EntrypointAlias(alias, entrypoints[target])
|
/third_party/mesa3d/src/gallium/auxiliary/rbug/ |
H A D | rbug_texture.h | 96 uint32_t target; member 165 uint32_t target,
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/ |
H A D | RangeTreeFactorizer.java | 190 public void visit(DfaNode source, DfaEdge edge, DfaNode target) { in visit() argument 191 recurse(target, edge.getDigitMask()); in visit()
|
/third_party/rust/crates/env_logger/src/fmt/writer/termcolor/ |
H A D | extern_impl.rs | 124 if let Some(target) = &self.uncolored_target { 130 match target {
|
/third_party/python/Tools/peg_generator/ |
H A D | Makefile | 73 $(VENVPYTHON) scripts/benchmark.py --target=xxl compile 76 $(VENVPYTHON) scripts/benchmark.py --target=xxl parse
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | ImageIndexIterator_unittest.cpp | 58 for (TextureTarget target : AllCubeFaceTextureTargets()) in TEST() 64 EXPECT_EQ(target, nextIndex.getTarget()); in TEST()
|
H A D | Context.inl.h | 159 ANGLE_INLINE void Context::bindBuffer(BufferBinding target, BufferID buffer) in bindBuffer() argument 163 mState.setBufferBinding(this, target, bufferObject); in bindBuffer()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/egl/ |
H A D | functionsegl_typedefs.h | 24 EGLNativePixmapType target); 112 EGLenum target,
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGetTextureSubImageTests.hpp | 94 * target is GL_TEXTURE_1D and either yoffset is not zero, or height 98 * target is GL_TEXTURE_1D, GL_TEXTURE_1D_ARRAY, GL_TEXTURE_2D or 179 * for each supported texture target 222 void prepare(glw::GLenum target, bool is_compressed); 223 bool check(glw::GLenum target, bool is_compressed);
|
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | Precise_test.cpp | 150 spirv::IdRef target; in ValidateDecorations() local 152 spirv::ParseDecorate(instruction, &target, &decoration, nullptr); in ValidateDecorations()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | PatchWriter.h | 25 PatchWriter(GrMeshDrawTarget* target, in PatchWriter() argument 31 , fChunker(target, vertexChunkArray, patchStride, initialAllocCount) { in PatchWriter()
|
/third_party/skia/third_party/externals/tint/src/sem/ |
H A D | function.h | 146 /// @param target the target of a call 147 /// @returns the Call to the given CallTarget, or nullptr the target was not 149 const Call* FindDirectCallTo(const CallTarget* target) const { in FindDirectCallTo() 151 if (call->Target() == target) { in FindDirectCallTo()
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucnv_ext.h | 356 UChar **target, const UChar *targetLimit, 376 char **target, const char *targetLimit,
|
/third_party/unity/auto/ |
H A D | stylize_as_junit.py | 32 for target in self.targets: 33 results.append(target.replace('\\', '/'))
|
H A D | unity_test_summary.py | 23 for target in self.targets: 24 results.append(target.replace('\\', '/'))
|
/third_party/protobuf/src/google/protobuf/ |
H A D | implicit_weak_message.h | 83 uint8* _InternalSerialize(uint8* target, 86 target);
|
/third_party/python/Lib/ctypes/test/ |
H A D | test_loading.py | 134 target = os.path.join(tmp, "_sqlite3.dll") 135 shutil.copy(src, target)
|
/third_party/rust/crates/rustix/ |
H A D | build.rs | 25 // Gather target information. in main() 33 // Check for special target variants. in main() 188 let target = var("TARGET").unwrap(); in can_compile() 201 .arg("--target") in can_compile() 202 .arg(target) in can_compile()
|