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
127 …atic bool loadShaderFromFile(unsigned char*&shaderBinary, GLenum &binaryFormat, GLuint &binarySize, in loadShaderFromFile()173 GLuint &binarySize, const char* filePath, GLuint &programId) in saveShaderToFile()304 bool Shader::buildFromBinary(unsigned char*&shaderBinary, GLenum &binaryFormat, GLuint &binarySize) in buildFromBinary()
2223 const auto binarySize = [](const auto& aBuffers) { in SaveGLB() local