/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeTableCollection.cpp | 47 if (Names[I].data() == nullptr) { in getTypeName()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/disjoint_timer_query/ |
H A D | esextcDisjointTimerQueryBase.hpp | 60 typedef void (*glGetInteger64vEXTFunc)(GLenum pname, GLint64* data);
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
H A D | esextcGPUShader5FmaAccuracy.hpp | 137 void logArray(const char* description, glw::GLfloat* data, glw::GLuint length);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTestResultParser.hpp | 121 void parseTestCaseResultFromData (TestResultParser* parser, TestCaseResult* result, const TestCaseResultData& data);
|
/third_party/vk-gl-cts/external/amber/src/samples/ |
H A D | android_helper.cc | 60 return android_main(static_cast<int>(argv.size()), argv.data()); in Java_com_google_amber_Amber_androidHelper()
|
/third_party/vk-gl-cts/external/amber/src/src/ |
H A D | shader_compiler.h | 61 Result ParseHex(const std::string& data, std::vector<uint32_t>* result) const;
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
H A D | index_buffer.cc | 60 buffer->ValuePtr()->data(), buffer->GetSizeInBytes()); in SendIndexData()
|
H A D | sampler_descriptor.cc | 63 write.pImageInfo = image_infos.data(); in UpdateDescriptorSetIfNeeded()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ShaderNonConstGlobalInitializerTest.cpp | 33 glVertexAttribPointer(positionLocation, 4, GL_FLOAT, GL_FALSE, 0, vertices.data()); in draw()
|
/third_party/skia/src/core/ |
H A D | SkMipmap.h | 35 // and compute the sizes/rowbytes, but leave the pixel-data uninitialized. 56 // by the pixel data for each level. On 32-bit platforms, Level would naturally be 4 byte 57 // aligned, so the pixel data could end up with 4 byte alignment. If the pixel data is F16, 77 static bool Deserialize(SkMipmapBuilder*, const void* data, size_t size);
|
H A D | SkRecordDraw.h | 28 const SkBigPicture::SnapshotArray*, SkLayerInfo* data);
|
H A D | SkCachedData.h | 24 const void* data() const { return fData; } in data() function in SkCachedData 89 * Attaching a data to to a SkResourceCache (only one at a time) enables the data to be 91 * data is backed by a SkDiscardableMemory). 93 * When attached, it also automatically attempts to "lock" the data when the first client 94 * ref's the data (typically from a find(key, visitor) call). 96 * Thus the data will always be "locked" when a non-cache has a ref on it (whether or not 97 * the lock succeeded to recover the memory -- check data() to see if it is nullptr).
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | SetupRoutine.hpp | 37 void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q);
|
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | SetupRoutine.hpp | 37 void edge(Pointer<Byte> &primitive, Pointer<Byte> &data, const Int &Xa, const Int &Ya, const Int &Xb, const Int &Yb, Int &q);
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkBuffer.hpp | 37 void fill(VkDeviceSize dstOffset, VkDeviceSize fillSize, uint32_t data);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
H A D | libXCB.hpp | 31 xcb_void_cookie_t (*xcb_put_image)(xcb_connection_t *c, uint8_t format, xcb_drawable_t drawable, xcb_gcontext_t gc, uint16_t width, uint16_t height, int16_t dst_x, int16_t dst_y, uint8_t left_pad, uint8_t depth, uint32_t data_len, const uint8_t *data) = nullptr;
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Framebuffer.cpp | 39 framebufferCreateInfo.pAttachments = attachments.data(); in Framebuffer()
|
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/turbo-cov/ |
H A D | main.cpp | 41 fwrite(str.data(), len, 1, stdout); in emit() 73 fprintf(stderr, "%d functions have mismatched data\n", (int)mismatched); in main() 80 // <data> filename.data in main()
|
/third_party/openssl/include/openssl/ |
H A D | idea.h | 37 IDEA_INT data[9][6]; member
|
H A D | core.h | 26 * to communicate data between them. 77 * Type to pass object data in a uniform way, without exposing the object 85 void *data; /* value being passed in or out */ member 86 size_t data_size; /* data size */ 90 /* Currently supported OSSL_PARAM data types */ 129 * function doesn't need to copy the data to the provided buffer, but 130 * sets the provided buffer to point at the actual data instead. 133 * data and its location are constant. 148 * function doesn't need to copy the data to the provided buffer, but 149 * sets the provided buffer to point at the actual data instea [all...] |
H A D | txt_db.h | 41 STACK_OF(OPENSSL_PSTRING) *data; member
|
/third_party/openssl/include/internal/ |
H A D | der.h | 81 const unsigned char *data, size_t data_n);
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/data/ |
H A D | GrowableMemoryByteArray.java | 17 package com.google.typography.font.sfntly.data;
|
H A D | MemoryByteArray.java | 17 package com.google.typography.font.sfntly.data; 58 * @param filledLength the index of the last byte in the array has data
|
/third_party/skia/third_party/externals/spirv-tools/source/reduce/ |
H A D | reduction_pass.cpp | 33 BuildModule(target_env_, consumer_, binary.data(), binary.size()); in TryApplyReduction()
|