Home
last modified time | relevance | path

Searched refs:data (Results 16451 - 16475 of 17044) sorted by relevance

1...<<651652653654655656657658659660>>...682

/third_party/skia/third_party/externals/opengl-registry/api/GLES/
H A Dglext.h697 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
702 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.cpp54 fOut->write(s.data(), s.length()); in write()
72 fExtensions.write(name.data(), name.length()); in writeExtension()
/third_party/skia/third_party/externals/dawn/src/dawn_node/binding/
H A DConverter.cpp150 out.data = arr.Data(); in Convert()
157 out.data = arr->Data(); in Convert()
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DD3D12Sample.cpp473 swapChainDesc.SwapEffect = DXGI_SWAP_EFFECT_FLIP_DISCARD; // dxgi will discard the buffer (data) after we call present in InitD3D()
713 // how to read the vertex data bound to it. in InitD3D()
729 // you only set the VS. It's possible that you have a pso that only outputs data with the stream in InitD3D()
736 psoDesc.pRootSignature = g_RootSignature; // the root signature that describes the input data this pso needs in InitD3D()
800 // To get data into this heap, we will have to upload the data using in InitD3D()
820 D3D12_RESOURCE_STATE_COPY_DEST, // we will start this heap in the copy destination state since we will copy data in InitD3D()
831 // upload heaps are used to upload data to the GPU. CPU can write to it, GPU can read from it in InitD3D()
861 vertexData.RowPitch = vBufferSize; // size of all our triangle vertex data in InitD3D()
862 vertexData.SlicePitch = vBufferSize; // also the size of our triangle vertex data in InitD3D()
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DShaderModule.cpp425 program.Diagnostics().str(), file->content.data); in ParseWGSL()
1070 *outputs = std::move(output.data);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp476 // Emit initial .loc debug directive for correct relocation symbol data. in EmitFunctionEntryLabel()
485 // debug labels/data after the last basic block. in runOnMachineFunction()
998 // Skip meta data in printModuleLevelGV()
1107 if (strncmp(GVar->getName().data(), "unrollpragma", 12) == 0) in printModuleLevelGV()
1111 if (strncmp(GVar->getName().data(), "filename", 8) == 0) in printModuleLevelGV()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp583 Op->Tok.Data = Str.data(); in CreateToken()
602 std::memcpy(const_cast<char *>(Op->Tok.Data), Str.data(), Str.size()); in CreateTokenWithStringCopy()
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_intrinsic_test.cc37 inline std::ostream& operator<<(std::ostream& out, IntrinsicData data) { in operator <<() argument
38 out << data.name; in operator <<()
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_exif.cpp3294 f.data [j >> 1] *= 16; in Parse_ifd0_exif()
3295 f.data [j >> 1] += (uint8) digit; in Parse_ifd0_exif()
4375 // If there is no valid GPS data, clear the GPS version number. in PostParse()
/third_party/python/Lib/test/test_warnings/
H A D__init__.py15 from test.test_warnings.data import stacklevel as warning_tests
468 import_helper.unload('test.test_warnings.data.import_warning')
473 import test.test_warnings.data.import_warning namespace
/third_party/python/Lib/test/
H A Dtest_embed.py598 data = json.dumps(configs)
599 data = data.encode('utf-8')
600 sys.stdout.buffer.write(data)
1806 data = os.read(rfd, 100)
1807 self.assertEqual(data, message.encode('utf8', 'backslashreplace'))
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_test.cc844 safe_strtou32_base(absl::string_view(tmp.data(), strlen(e.str)), in TEST()
874 safe_strtou64_base(absl::string_view(tmp.data(), strlen(e.str)), in TEST()
/third_party/skia/third_party/externals/angle2/include/GLES/
H A Dglext.h686 typedef void (GL_APIENTRYP PFNGLREADNPIXELSEXTPROC) (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
691 GL_API void GL_APIENTRY glReadnPixelsEXT (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data);
/third_party/skia/third_party/externals/angle2/include/WGL/
H A Dwgl.h412 typedef INT (WINAPI * PFNWGLGETGPUINFOAMDPROC) (UINT id, int property, GLenum dataType, UINT size, void *data);
422 INT WINAPI wglGetGPUInfoAMD (UINT id, int property, GLenum dataType, UINT size, void *data);
/third_party/skia/infra/bots/gen_tasks_logic/
H A Dgen_tasks_logic.go566 // marshalJson encodes the given data as JSON and fixes escaping of '<' which Go
568 func marshalJson(data interface{}) string {
569 j, err := json.Marshal(data)
/third_party/skia/bench/
H A DTriangulatorBench.cpp134 auto* data = this->GrEagerVertexAllocator::lock<SkPoint>(maxInnerTriangles * 3); variable
136 data, 3/*perTriangleVertexAdvance*/, path) * 3;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineDepthRangeUnrestrictedTests.cpp649 (const VkDynamicState*)dynamicStates.data() // const VkDynamicState* pDynamicStates; in preparePipelineWrapper()
750 deMemcpy(m_vertexBufferMemory->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in DepthRangeUnrestrictedTestInstance()
H A DvktPipelineInputAssemblyTests.cpp1473 deMemcpy(m_indexBufferAlloc->getHostPtr(), m_indices.data(), m_indices.size() * sizeof(deUint32)); in InputAssemblyInstance()
1485 deMemcpy(m_vertexBufferAlloc->getHostPtr(), m_vertices.data(), m_vertices.size() * sizeof(Vertex4RGBA)); in InputAssemblyInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktShaderLibrary.cpp677 const deUint32 data = value.elements[arrayNdx*scalarSize + vecNdx*numComps + compNdx].bool32 ? ~0u : 0u; in copyToLayout() local
680 &data, in copyToLayout()
1647 DE_FATAL("Unknown data type"); in iterate()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Ddpp_tcp.c292 "DPP: No configuration request data available"); in dpp_controller_start_gas_client()
553 int dpp_relay_rx_gas_req(struct dpp_global *dpp, const u8 *src, const u8 *data, in dpp_relay_rx_gas_req() argument
585 wpabuf_put_data(msg, data, data_len); in dpp_relay_rx_gas_req()
1398 wpa_printf(MSG_DEBUG, "DPP: TCP data available for reading (sock %d)", in dpp_controller_rx()
1414 "DPP: No more data available over TCP"); in dpp_controller_rx()
1459 wpa_printf(MSG_DEBUG, "DPP: No more data available over TCP"); in dpp_controller_rx()
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES2SharingTests.cpp659 GLubyte data[] = { 0, 0, 0, 0 }; in renderResource() local
660 m_gl.readPixels(0, 0, 1, 1, GL_RGBA, GL_UNSIGNED_BYTE, data); in renderResource()
678 /* Get the reference data */ in renderResource()
H A DteglWideColorTests.cpp1264 const EGLSurface surface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig, attribs.data()); in executeTest()
1296 surface = eglu::createWindowSurface(nativeDisplay, *window, m_eglDisplay, m_eglConfig, attribs.data()); in executeTest()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBlitGL.cpp770 uint8_t *sourceMemory = buffer->data(); in copySubTextureCPUReadback()
771 uint8_t *destMemory = buffer->data() + sourceBufferSize; in copySubTextureCPUReadback()
1494 // Sampling code depends on the input data type in getBlitProgram()
/third_party/sqlite/src/
H A Dsqlite3.c943 ** that when data is appended to a file, the data is appended
1003 ** sync operation only needs to flush data to mass storage. Inode
1060 ** flag may be ORed in to indicate that only the data of the file
1130 ** that when data is appended to a file, the data is appended
1461 ** The "data version" for the pager is written into the pointer. The
1462 ** "data version" changes whenever any change occurs to the corresponding
1780 void *pAppData; /* Pointer to application-specific data */
2050 ** it might allocate any required mutexes or initialize internal data
13948 void *data; /* Data associated with this element */ global() member
35554 sqlite3HashInsert(Hash *pH, const char *pKey, void *data) sqlite3HashInsert() argument
70122 unsigned char *data; /* The page data */ global() local
70321 u8 * const data = pPage->aData; /* Local cache of pPage->aData */ global() local
70425 unsigned char *data = pPage->aData; /* Page content */ global() local
70605 u8 *data; /* Equal to pPage->aData */ global() local
70690 u8 *data; /* Equal to pPage->aData */ global() local
70726 u8 *data; /* Equal to pPage->aData */ global() local
70779 unsigned char *data = pPage->aData; global() local
72041 unsigned char *data; global() local
75631 u8 *data; /* pPage->aData */ global() local
75698 u8 *data; /* The content of the whole page */ global() local
79045 u8 *data; /* Page content */ global() local
179258 void *data; /* Data associated with this element */ global() member
245637 sqlite3Codec(void *ctx, void *data, Pgno pgno, int mode) global() argument
[all...]
/third_party/typescript/lib/
H A Dtsserver.js2045 * ordered data for UI presentation. Characters with multiple unicode representations may
6141 function generateDjb2Hash(data) {
6143 for (var i = 0; i < data.length; i++) {
6144 acc = ((acc << 5) + acc) + data.charCodeAt(i);
7057 sys.writeFile = function (path, data, writeBom) {
7058 return ts.writeFileEnsuringDirectories(path, data, !!writeBom, function (path, data, writeByteOrderMark) { return originalWriteFile.call(sys, path, data, writeByteOrderMark); }, function (path) { return sys.createDirectory(path); }, function (path) { return sys.directoryExists(path); });
7422 function writeFile(fileName, data, writeByteOrderMark) {
7426 data
[all...]

Completed in 176 milliseconds

1...<<651652653654655656657658659660>>...682