/third_party/skia/third_party/externals/angle2/util/ |
D | test_utils.cpp | 27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize() argument 36 *sizeOut = static_cast<uint32_t>(stream.tellg()); in GetFileSize()
|
D | test_utils.h | 58 bool GetFileSize(const char *filePath, uint32_t *sizeOut);
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 822 size_t *sizeOut) const in getUniformBlockSize() 829 *sizeOut = 0; in getUniformBlockSize() 836 *sizeOut = static_cast<size_t>(dataSize); in getUniformBlockSize() 902 size_t *sizeOut) const in getShaderStorageBlockSize() 910 *sizeOut = 0; in getShaderStorageBlockSize() 919 *sizeOut = static_cast<size_t>(dataSize); in getShaderStorageBlockSize() 1184 size_t *sizeOut) { in linkResources() argument 1185 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources() 1196 size_t *sizeOut) { in linkResources() argument 1197 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramGL.h | 135 size_t *sizeOut) const; 144 size_t *sizeOut) const;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 830 size_t *sizeOut) const in getUniformBlockSize() 837 *sizeOut = 0; in getUniformBlockSize() 844 *sizeOut = static_cast<size_t>(dataSize); in getUniformBlockSize() 910 size_t *sizeOut) const in getShaderStorageBlockSize() 918 *sizeOut = 0; in getShaderStorageBlockSize() 927 *sizeOut = static_cast<size_t>(dataSize); in getShaderStorageBlockSize() 1126 size_t *sizeOut) { in linkResources() argument 1127 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources() 1138 size_t *sizeOut) { in linkResources() argument 1139 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramGL.h | 130 size_t *sizeOut) const; 139 size_t *sizeOut) const;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 551 bool getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut); 621 size_t *sizeOut) in getBlockSize() argument 629 *sizeOut = 0; in getBlockSize() 633 *sizeOut = sizeIter->second; in getBlockSize() 1263 const std::string &mappedName, size_t *sizeOut) { in linkResources() argument 1264 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources() 1288 size_t *sizeOut) { in linkResources() argument 1289 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramLinkedResources.h | 90 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
|
D | queryutils.h | 225 void GetPointSize(GLES1State *state, GLfloat *sizeOut);
|
D | queryutils.cpp | 2726 void GetPointSize(GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument 2729 *sizeOut = params.pointSize; in GetPointSize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 576 bool getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut); 646 size_t *sizeOut) in getBlockSize() argument 654 *sizeOut = 0; in getBlockSize() 658 *sizeOut = sizeIter->second; in getBlockSize() 1468 const std::string &mappedName, size_t *sizeOut) { in linkResources() argument 1469 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources() 1493 size_t *sizeOut) { in linkResources() argument 1494 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
|
D | ProgramLinkedResources.h | 96 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
|
D | queryutils.h | 251 void GetPointSize(const GLES1State *state, GLfloat *sizeOut);
|
D | queryutils.cpp | 3004 void GetPointSize(const GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument 3007 *sizeOut = params.pointSize; in GetPointSize()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 195 VkDeviceSize *sizeOut) in AllocateBufferOrImageMemory() argument 205 *sizeOut = memoryRequirements.size; in AllocateBufferOrImageMemory() 711 VkDeviceSize *sizeOut) in AllocateBufferMemory() argument 715 deviceMemoryOut, sizeOut); in AllocateBufferMemory() 724 VkDeviceSize *sizeOut) in AllocateImageMemory() argument 727 extraAllocationInfo, image, deviceMemoryOut, sizeOut); in AllocateImageMemory()
|
D | vk_utils.h | 461 VkDeviceSize *sizeOut); 469 VkDeviceSize *sizeOut);
|