Searched defs:binarySize (Results 1 – 4 of 4) sorted by relevance
28 int32_t binarySize = 0; in ExecuteCustomTitleAbc() local67 int32_t binarySize = 0; in ExecuteCustomWindowMaskAbc() local
27 int32_t binarySize = 0; in ExecuteCustomAppBarAbc() local
131 …atic bool loadShaderFromFile(unsigned char*&shaderBinary, GLenum &binaryFormat, GLuint &binarySize, in loadShaderFromFile()183 GLuint &binarySize, const char* filePath, GLuint &programId) in saveShaderToFile()314 bool Shader::buildFromBinary(unsigned char*&shaderBinary, GLenum &binaryFormat, GLuint &binarySize) in buildFromBinary()
2221 const auto binarySize = [](const auto& aBuffers) { in SaveGLB() local