/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
H A D | EGLContextSharingTest.cpp | 384 // Do not read back the data to keep the commands in the graph. in TEST_P() 416 mContexts[0] = eglCreateContext(display, config, mainContext, contextAttributes.data()); in TEST_P() 450 // Do not read back the data to keep the commands in the graph. in TEST_P()
|
H A D | EGLProtectedContentTest.cpp | 223 pixels[i] = *(GLuint *)(color.data()); in fillTexture()
|
/third_party/skia/src/gpu/ops/ |
H A D | DrawVerticesOp.cpp | 185 this->setVertexAttributes(fAttributes.data(), fAttributes.size()); in VerticesGP() 434 // Copy data into the buffers. in onPrepareDraws() 442 // Copy data into the index buffer. in onPrepareDraws() 450 // Copy data into the vertex buffer. in onPrepareDraws()
|
/third_party/skia/src/gpu/ |
H A D | GrDataUtils.cpp | 782 pipeline.append_constant_color(&alloc, color.data()); in GrClearImage()
|
/third_party/skia/src/gpu/tessellate/ |
H A D | StrokeHardwareTessellator.cpp | 721 float localStrokeWidth = StrokeTolerances::GetLocalStrokeWidth(matrixMinMaxScales.data(), in prepare()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 611 GLenum getPixels(const GLvoid **data, GLenum type, size_t imageSize) const;
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | LLVMJIT.cpp | 64 // MemorySanitizer uses thread-local storage (TLS) data arrays for passing around 609 void *address = dlsym(RTLD_DEFAULT, (*symbol.first).data());
|
/third_party/openssl/include/openssl/ |
H A D | tls1.h | 1217 void *data; member
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | tls1.h | 1231 void *data; member
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_cross.hpp | 444 // then update constants directly in the SPIRConstant data structure. 544 return embedded.ops.data(); in stream() 885 // This must be an ordered data structure so we always pick the same type aliases.
|
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 382 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 563 char const* data() const; 632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too. 1216 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 1492 // Note: We use a Json::Value so that we can add data-members to this class 1628 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 1701 // Note: We use a Json::Value so that we can add data-members to this class
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | optimizer.cpp | 616 assert(memcmp(optimized_binary_with_nop.data(), original_binary, in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/jsoncpp/dist/json/ |
H A D | json.h | 382 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 563 char const* data() const; 632 Value(const std::string& value); ///< Copy data() til size(). Embedded zeroes too. 1216 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 1492 // Note: We use a Json::Value so that we can add data-members to this class 1628 // Disable warning C4251: <data member>: <type> needs to have dll-interface to 1701 // Note: We use a Json::Value so that we can add data-members to this class
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | optimizer.cpp | 616 assert(memcmp(optimized_binary_with_nop.data(), original_binary, in Run()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | type_manager_test.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | type_vec4.hpp | 49 typename detail::storage<T, sizeof(T) * 4, detail::is_aligned<P>::value>::type data; member
|
/third_party/skia/src/sksl/ir/ |
H A D | SkSLType.cpp | 419 return String::printf("%.*s[%d]", (int)name.size(), name.data(), arraySize);
|
/third_party/skia/tests/ |
H A D | SkRuntimeEffectTest.cpp | 291 if (!surface->readPixels(info, actual.data(), info.minRowBytes(), /*srcX=*/0, /*srcY=*/0)) { in verify_2x2_surface_results()
|
/third_party/skia/src/ports/ |
H A D | SkScalerContext_mac_ct.cpp | 466 const uint8_t* linear = gLinearCoverageFromCGLCDValue.data(); in generateImage()
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | GpuMemorySynchronizationTests.cpp | 42 [[group(0), binding(0)]] var<storage, read_write> data : Data; in CreatePipelineAndBindGroupForCompute() 44 data.a = data.a + 1; in CreatePipelineAndBindGroupForCompute() 69 [[group(0), binding(0)]] var<storage, read_write> data : Data; in CreatePipelineAndBindGroupForRender() 71 data.i = data.i + 1; in CreatePipelineAndBindGroupForRender() 72 return vec4<f32>(f32(data.i) / 255.0, 0.0, 0.0, 1.0); in CreatePipelineAndBindGroupForRender() 89 // Clear storage buffer with zero. Then read data, add one, and write the result to storage buffer 91 // iteration reads the result in buffer from last iteration, which makes the iterations a data 92 // dependency chain. The test verifies that data i [all...] |
H A D | DrawIndexedIndirectTests.cpp | 257 // data for use with a previous pass's validation commands is not overwritten before it can be in TEST_P() 493 pass.ExecuteBundles(bundles.size(), bundles.data()); in TEST_P()
|
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttobjs.c | 186 release year data, are taken from fonts available to the in tt_check_trickyness_family() 839 face->extra.finalizer( face->extra.data ); in tt_face_done() 1130 /* clean up bytecode related data */ in tt_size_init_bytecode()
|
/third_party/python/Lib/test/ |
H A D | test_weakset.py | 451 assert repr(self.s) == repr(self.s.data)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
H A D | ELF.h | 419 return createError("unaligned data"); in getSectionContentsAsArray() 579 getSecIndexForError(this, Section) + " data at 0x" + in getEntry() 707 return StringRef(DotShstrtab.data() + Offset); in getSectionName()
|
H A D | ELFTypes.h | 126 Elf_Off sh_offset; // File offset of section data, in bytes 141 Elf_Off sh_offset; // File offset of section data, in bytes 256 return StringRef(StrTab.data() + Offset); 287 /// Elf_Verdaux: This is the structure of auxiliary data in the SHT_GNU_verdef 308 /// Elf_Vernaux: This is the structure of auxiliary data in SHT_GNU_verneed
|