Home
last modified time | relevance | path

Searched refs:src (Results 13876 - 13900 of 14486) sorted by relevance

1...<<551552553554555556557558559560>>...580

/third_party/openGLES/api/GLES2/
H A Dgl2ext.h313 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
322 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
1359 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
1368 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
1676 typedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);
1680 GL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp3124 de::SharedPtr<TopLevelAccelerationStructure> src = prepareTopAccelerationStructure(vkd, device, allocator, *cmdBuffer); in iterate() local
3130 const std::vector<deUint64> inAddrs = src->getSerializingAddresses(vkd, device); in iterate()
3131 const std::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate()
3139 src->serialize(vkd, device, *cmdBuffer, &deepStorage); in iterate()
3294 ASInterfaceImpl (SharedPtrType src) : m_source(src) {} in ASInterfaceImpl()
4265 *blas1->getPtr(), // VkAccelerationStructureKHR src; in iterate()
6004 // Test updating instance index using both in-place and separate src/dst acceleration structures in createAccelerationStructuresTests()
/third_party/skia/third_party/externals/swiftshader/include/GLES2/
H A Dgl2ext.h316 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
325 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
1327 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
1336 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
1590 typedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);
1594 GL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
/third_party/skia/third_party/externals/angle2/src/libGL/
H A DlibGL_autogen.cpp1105 void GL_APIENTRY glReadBuffer(GLenum src) in glReadBuffer() argument
1107 return GL_ReadBuffer(src); in glReadBuffer()
4059 void GL_APIENTRY glBlendFunci(GLuint buf, GLenum src, GLenum dst) in glBlendFunci() argument
4061 return GL_BlendFunci(buf, src, dst); in glBlendFunci()
6028 void GL_APIENTRY glNamedFramebufferReadBuffer(GLuint framebuffer, GLenum src) in glNamedFramebufferReadBuffer() argument
6030 return GL_NamedFramebufferReadBuffer(framebuffer, src); in glNamedFramebufferReadBuffer()
/third_party/skia/third_party/externals/opengl-registry/api/GLES2/
H A Dgl2ext.h316 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
325 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
1327 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
1336 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
1590 typedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);
1594 GL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
/third_party/skia/tests/
H A DPathTest.cpp22 #include "src/core/SkAutoMalloc.h"
23 #include "src/core/SkGeometry.h"
24 #include "src/core/SkPathPriv.h"
25 #include "src/core/SkReadBuffer.h"
26 #include "src/core/SkWriteBuffer.h"
2571 SkPath src, dst; in test_isNestedFillRects() local
2572 src.addRect(1, 1, 7, 7, SkPathDirection::kCW); in test_isNestedFillRects()
2576 strokePaint.getFillPath(src, &dst); in test_isNestedFillRects()
4033 // case 2: src is empty in test_addEmptyPath()
4036 // case 3: src an in test_addEmptyPath()
[all...]
/third_party/python/Lib/test/
H A Dtest_inspect.py811 src = '\n' * 2* mod_len + "def f(): pass"
812 co = compile(src, mod.__file__, "exec")
4500 with open(path, encoding='utf-8') as src:
4502 src.read().splitlines(True),
4511 with open(path, 'w', encoding='utf-8') as src:
4512 src.write(self.src_after)
/third_party/skia/third_party/externals/angle2/include/GLES2/
H A Dgl2ext.h313 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIOESPROC) (GLuint buf, GLenum src, GLenum dst);
322 GL_APICALL void GL_APIENTRY glBlendFunciOES (GLuint buf, GLenum src, GLenum dst);
1352 typedef void (GL_APIENTRYP PFNGLBLENDFUNCIEXTPROC) (GLuint buf, GLenum src, GLenum dst);
1361 GL_APICALL void GL_APIENTRY glBlendFunciEXT (GLuint buf, GLenum src, GLenum dst);
1619 typedef void (GL_APIENTRYP PFNGLREADBUFFERINDEXEDEXTPROC) (GLenum src, GLint index);
1623 GL_APICALL void GL_APIENTRY glReadBufferIndexedEXT (GLenum src, GLint index);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingAccelerationStructuresTests.cpp2891 de::SharedPtr<TopLevelAccelerationStructure> src = prepareTopAccelerationStructure(vkd, device, allocator, *cmdBuffer); in iterate() local
2897 const std::vector<deUint64> inAddrs = src->getSerializingAddresses(vkd, device); in iterate()
2898 const std::vector<VkDeviceSize> inSizes = src->getSerializingSizes(vkd, device, queue, familyIndex); in iterate()
2906 src->serialize(vkd, device, *cmdBuffer, &deepStorage); in iterate()
3061 ASInterfaceImpl (SharedPtrType src) : m_source(src) {} in ASInterfaceImpl()
4032 *blas1->getPtr(), // VkAccelerationStructureKHR src; in iterate()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_view_abstract_ffi.cpp491 void FfiOHOSAceFrameworkViewAbstractSetBackgroundImage(const char* src, int32_t repeat) in FfiOHOSAceFrameworkViewAbstractSetBackgroundImage() argument
498 ImageSourceInfo info(src); in FfiOHOSAceFrameworkViewAbstractSetBackgroundImage()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/video/
H A Dvideo_pattern.cpp318 // src has not set/changed in PrepareMediaPlayer()
324 videoSrcInfo_.src = videoSrcInfo->GetSrc(); in PrepareMediaPlayer()
361 TAG_LOGW(AceLogTag::ACE_VIDEO, "Video src is empty or mediaPlayer is null, register mediaPlayerEvent fail"); in RegisterMediaPlayerEvent()
934 // src has changed in OnModifyDone()
1848 videoSrcInfo_.src = videoSrcInfo.GetSrc(); in OnModifyDone()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_text_input_modifier.cpp705 ArkUI_Uint32 color, ArkUI_CharPtr src) in SetTextInputCancelButton()
722 // set icon src in SetTextInputCancelButton()
723 std::string iconSrc(src); in SetTextInputCancelButton()
704 SetTextInputCancelButton(ArkUINodeHandle node, ArkUI_Int32 style, const struct ArkUISizeType* size, ArkUI_Uint32 color, ArkUI_CharPtr src) SetTextInputCancelButton() argument
/kernel/linux/linux-5.10/block/
H A Dsed-opal.c1229 const u8 __user *src = (u8 __user *)(uintptr_t)data; in generic_table_write_data() local
1274 if (copy_from_user(dst, src + off, len)) { in generic_table_write_data()
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2537 uint64_t src:16; member
2539 uint64_t src:16;
/kernel/linux/linux-5.10/arch/sparc/mm/
H A Dinit_64.c625 struct linux_prom_translation *src = &prom_trans[i + first]; in read_obp_translations() local
628 *dest = *src; in read_obp_translations()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dmmcc-apq8084.c898 { .src = P_EDPVCO },
948 { .src = P_HDMIPLL },
H A Dmmcc-msm8960.c42 #define F_MN(f, s, _m, _n) { .freq = f, .src = s, .m = _m, .n = _n }
1417 { .src = P_HDMI_PLL, .pre_div = 1 },
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2537 uint64_t src:16; member
2539 uint64_t src:16;
/kernel/linux/linux-6.6/arch/sparc/mm/
H A Dinit_64.c640 struct linux_prom_translation *src = &prom_trans[i + first]; in read_obp_translations() local
643 *dest = *src; in read_obp_translations()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/
H A Ddebugfs.c334 void __iomem *src = wmi_buffer(wil, d.addr) + in wil_print_mbox_ring() local
337 * No need to check @src for validity - in wil_print_mbox_ring()
341 wil_memcpy_fromio_32(databuf, src, len); in wil_print_mbox_ring()
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211_softmac.c1506 static short probe_rq_parse(struct ieee80211_device *ieee, struct sk_buff *skb, u8 *src) in probe_rq_parse() argument
1519 memcpy(src, header->addr2, ETH_ALEN); in probe_rq_parse()
1536 //IEEE80211DMESG("Card MAC address is "MACSTR, MAC2STR(src)); in probe_rq_parse()
/kernel/linux/linux-5.10/net/sctp/
H A Dsm_make_chunk.c1361 void sctp_init_addrs(struct sctp_chunk *chunk, union sctp_addr *src, in sctp_init_addrs() argument
1364 memcpy(&chunk->source, src, sizeof(union sctp_addr)); in sctp_init_addrs()
/kernel/linux/linux-5.10/net/netlink/
H A Daf_netlink.c333 static void netlink_deliver_tap_kernel(struct sock *dst, struct sock *src, in netlink_deliver_tap_kernel() argument
336 if (!(netlink_is_kernel(dst) && netlink_is_kernel(src))) in netlink_deliver_tap_kernel()
/kernel/linux/linux-5.10/sound/pci/riptide/
H A Driptide.c942 unsigned char src[E2SINK_MAX]; in getpaths() local
947 getsourcesink(cif, i, i, &src[i], &sink[i]); in getpaths()
/kernel/linux/linux-5.10/tools/perf/util/
H A Devsel.c334 static int evsel__copy_config_terms(struct evsel *dst, struct evsel *src) in evsel__copy_config_terms() argument
338 list_for_each_entry(pos, &src->config_terms, list) { in evsel__copy_config_terms()

Completed in 167 milliseconds

1...<<551552553554555556557558559560>>...580