/third_party/vk-gl-cts/executor/ |
H A D | xeBatchExecutor.hpp | 94 static void dispatchStateChanged (CallReader& data); 95 static void dispatchTestLogData (CallReader& data); 96 static void dispatchInfoLogData (CallReader& data);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | RobustFragmentShaderOutputTest.cpp | 53 bluePixels.data()); in TEST_P() 59 bluePixels.data()); in TEST_P() 72 glDrawBuffers(2, kDrawBuffers.data()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | validationGL44_autogen.h | 2 // Generated by generate_entry_points.py using data from gl.xml. 53 const void *data, 60 const void *data); 72 const void *data);
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/gles1/ |
H A D | CurrentTextureCoordsTest.cpp | 52 glGetFloatv(GL_CURRENT_TEXTURE_COORDS, actualTexCoord.data()); in TEST_P() 87 glGetFloatv(GL_CURRENT_TEXTURE_COORDS, actualTexCoord.data()); in TEST_P() 91 glGetFloatv(GL_CURRENT_TEXTURE_COORDS, actualTexCoord.data()); in TEST_P()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/ |
H A D | BufferNULL.h | 29 const void *data, 35 const void *data, 40 const void *data,
|
/third_party/skia/src/gpu/text/ |
H A D | GrDistanceFieldAdjustTable.cpp | 65 SkAutoTArray<uint8_t> data((int)size); in build_distance_adjust_table() 66 if (!SkScalerContext::GetGammaLUTData(contrast, paintGamma, deviceGamma, data.get())) { in build_distance_adjust_table() 67 // if no valid data is available simply do no adjustment in build_distance_adjust_table() 77 uint8_t* rowPtr = data.get() + row*width; in build_distance_adjust_table()
|
/third_party/skia/samplecode/ |
H A D | SampleCowboy.cpp | 44 auto data = GetResourceAsData(fResource); variable 45 if (!data) { 49 SkMemoryStream svgStream(std::move(data));
|
H A D | SampleAudio.cpp | 26 auto data = SkData::MakeFromFileName("/Users/reed/skia/mp3/scott-joplin-peacherine-rag.mp3"); variable 27 if (data) { 28 fPlayer = SkAudioPlayer::Make(data);
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | ComputeProgram.hpp | 41 void *data, 68 void setWorkgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupID[3]); 69 void setSubgroupBuiltins(Pointer<Byte> data, SpirvRoutine *routine, Int workgroupID[3], SIMD::Int localInvocationIndex, Int subgroupIndex);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkSpecializationInfo.cpp | 34 void *data = sw::allocateUninitialized(specializationInfo->dataSize); in SpecializationInfo() local 35 memcpy(data, specializationInfo->pData, specializationInfo->dataSize); in SpecializationInfo() 36 info.pData = data; in SpecializationInfo()
|
/third_party/openssl/providers/implementations/encode_decode/ |
H A D | endecoder_common.c | 87 int ossl_read_der(PROV_CTX *provctx, OSSL_CORE_BIO *cin, unsigned char **data, in ossl_read_der() argument 98 *data = (unsigned char *)mem->data; in ossl_read_der()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jsimddct.h | 24 EXTERN(void) jsimd_fdct_islow(DCTELEM *data); variable 25 EXTERN(void) jsimd_fdct_ifast(DCTELEM *data); variable 26 EXTERN(void) jsimd_fdct_float(FAST_FLOAT *data); variable
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | currunit.cpp | 63 if (_isoCode.length() != 3 || uprv_memchr(_isoCode.data(), 0, 3) != nullptr) { in CurrencyUnit() 66 } else if (!uprv_isInvariantString(_isoCode.data(), 3)) { in CurrencyUnit() 73 isoCodeBuffer[i] = uprv_toupper(_isoCode.data()[i]); in CurrencyUnit()
|
H A D | rbt_rule.h | 61 // TODO Eliminate the pattern and keyLength data members. They 143 * An alias pointer to the data for this rule. The data provides 146 const TransliterationRuleData* data; member in TransliterationRule 179 * @param data the rule data. 189 const TransliterationRuleData* data, 204 * Change the data object that this rule belongs to. Used 206 * @param data the new data valu [all...] |
/third_party/skia/third_party/externals/icu/source/samples/legacy/ |
H A D | newcol.cpp | 74 extern "C" void test_current(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[][32]) { in test_current() argument 83 keySize = getSortKey_current("ja", data[i], -1, keys[i], 32); in test_current() 90 qsort(data, size, maxlen*sizeof(UChar), compare_current); in test_current()
|
H A D | oldcol.cpp | 71 fprintf(stderr, "Note: ICU data directory is %s\n", u_getDataDirectory()); in initCollator_legacy() 90 extern "C" void test_legacy(UChar data[][5], uint32_t size, uint32_t maxlen, uint8_t keys[4][32]) { in test_legacy() argument 100 keySize = getSortKey_legacy("ja", data[i], -1, keys[i], 32); in test_legacy() 107 qsort(data, size, maxlen*sizeof(UChar), compare_legacy); in test_legacy()
|
/third_party/skia/tests/ |
H A D | SkScalerCacheTest.cpp | 49 auto data = SkMakeZip(glyphs, pos).subspan(SkTo<int>(' '), glyphCount); in DEF_TEST() local 64 auto local = data.subspan(threadIndex * 2, data.size() - kThreadCount * 2); in DEF_TEST()
|
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/ |
H A D | TransformTest.cs | 15 private static long Crc64(byte[] data)
in Crc64() argument 18 for (int i = 0; i < data.Length; ++i)
in Crc64() 20 long c = (crc ^ (long)(data[i] & unchecked((int)(0xFF)))) & unchecked((int)(0xFF));
in Crc64()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | TransformTest.java | 23 private static long crc64(byte[] data) { in crc64() argument 25 for (int i = 0; i < data.length; ++i) { in crc64() 26 long c = (crc ^ (long) (data[i] & 0xFF)) & 0xFF; in crc64()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/ |
H A D | GPUTestExpectationsParser.h | 40 bool loadTestExpectations(const GPUTestConfig &config, const std::string &data); 42 bool loadAllTestExpectations(const std::string &data); 93 bool loadTestExpectationsImpl(const GPUTestConfig *config, const std::string &data);
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/tools/subsetter/ |
H A D | glyph_table_subsetter.cc | 76 ReadableFontDataPtr data = glyph->ReadFontData(); in Subset() local 78 copy_data.Attach(WritableFontData::CreateWritableFontData(data->Length())); in Subset() 79 data->CopyTo(copy_data); in Subset()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | LegacyPassNameParser.h | 70 if (findOption(P->getPassArgument().data()) != getNumOptions()) { 75 addLiteralOption(P->getPassArgument().data(), P, P->getPassName().data());
|
/third_party/skia/third_party/externals/zlib/contrib/tests/fuzzers/ |
H A D | streaming_inflate_fuzzer.cc | 22 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) { in LLVMFuzzerTestOneInput() argument 23 // Deflate data. in LLVMFuzzerTestOneInput() 36 comp_strm.next_in = (unsigned char*)data; in LLVMFuzzerTestOneInput() 62 ASSERT(decomp_buf[i] == data[decomp_strm.total_out - num_out + i]); in LLVMFuzzerTestOneInput()
|
/third_party/protobuf/src/google/protobuf/io/ |
H A D | gzip_stream.h | 1 // Protocol Buffers - Google's data interchange format 36 // GzipInputStream decompresses data from an underlying 37 // ZeroCopyInputStream and provides the decompressed data as a 40 // GzipOutputStream is an ZeroCopyOutputStream that compresses data to 58 // A ZeroCopyInputStream that reads compressed data through zlib 66 // GZIP streams have some extra header data for file attributes. 83 bool Next(const void** data, int* size); 102 void DoNextOutput(const void** data, int* size); 111 // GZIP streams have some extra header data for file attributes. 149 // Flushes data writte [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | IterableByteBufferInputStream.java | 1 // Protocol Buffers - Google's data interchange format 45 /** The number of ByteBuffers in the input data. */ 50 * <p>If index equals dataSize, then all the data in the InputStream has been consumed 70 IterableByteBufferInputStream(Iterable<ByteBuffer> data) { in IterableByteBufferInputStream() argument 71 iterator = data.iterator(); in IterableByteBufferInputStream() 73 for (ByteBuffer unused : data) { in IterableByteBufferInputStream()
|