Home
last modified time | relevance | path

Searched defs:ImageSize (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format2.cc28 int32_t IndexSubTableFormat2::ImageSize() { in ImageSize() function in sfntly::IndexSubTableFormat2
101 int32_t IndexSubTableFormat2::Builder::ImageSize() { in ImageSize() function in sfntly::IndexSubTableFormat2::Builder
Dindex_sub_table_format5.cc58 int32_t IndexSubTableFormat5::ImageSize() { in ImageSize() function in sfntly::IndexSubTableFormat5
226 int32_t IndexSubTableFormat5::Builder::ImageSize() { in ImageSize() function in sfntly::IndexSubTableFormat5::Builder
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp126 DWORD ImageSize; // virtual size of the loaded module member
421 DWORD ImageSize; // virtual size of the loaded module member
450 DWORD ImageSize; // virtual size of the loaded module member
/third_party/mesa3d/src/gallium/auxiliary/util/
Ddbghelp.h387 DWORD ImageSize; member
411 DWORD ImageSize; member
441 DWORD ImageSize; member
454 DWORD ImageSize; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp4750 struct ImageSize in testAndroidHardwareBufferImageFormat() struct
4752 deUint32 width; in testAndroidHardwareBufferImageFormat()
4753 deUint32 height; in testAndroidHardwareBufferImageFormat()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiExternalMemoryTests.cpp4598 struct ImageSize in testAndroidHardwareBufferImageFormat() struct
4600 deUint32 width; in testAndroidHardwareBufferImageFormat()
4601 deUint32 height; in testAndroidHardwareBufferImageFormat()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DComputeShaderTest.cpp1084 TEST_P(ComputeShaderTest, ImageSize) in TEST_P() argument