Home
last modified time | relevance | path

Searched refs:sizeOut (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/angle2/util/
Dtest_utils.cpp27 bool GetFileSize(const char *filePath, uint32_t *sizeOut) in GetFileSize() argument
36 *sizeOut = static_cast<uint32_t>(stream.tellg()); in GetFileSize()
Dtest_utils.h58 bool GetFileSize(const char *filePath, uint32_t *sizeOut);
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp822 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()
DProgramGL.h135 size_t *sizeOut) const;
144 size_t *sizeOut) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp830 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()
DProgramGL.h130 size_t *sizeOut) const;
139 size_t *sizeOut) const;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp551 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()
DProgramLinkedResources.h90 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
Dqueryutils.h225 void GetPointSize(GLES1State *state, GLfloat *sizeOut);
Dqueryutils.cpp2726 void GetPointSize(GLES1State *state, GLfloat *sizeOut) in GetPointSize() argument
2729 *sizeOut = params.pointSize; in GetPointSize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp576 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()
DProgramLinkedResources.h96 bool(const std::string &blockName, const std::string &blockMappedName, size_t *sizeOut)>;
Dqueryutils.h251 void GetPointSize(const GLES1State *state, GLfloat *sizeOut);
Dqueryutils.cpp3004 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/
Dvk_utils.cpp195 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()
Dvk_utils.h461 VkDeviceSize *sizeOut);
469 VkDeviceSize *sizeOut);