Searched refs:bufLength (Results 1 – 3 of 3) sorted by relevance
290 GLint bufLength = 0; in createProgram() local291 glGetProgramiv(program, GL_INFO_LOG_LENGTH, &bufLength); in createProgram()292 if (bufLength) { in createProgram()293 char* buf = (char*) malloc(bufLength); in createProgram()295 glGetProgramInfoLog(program, bufLength, NULL, buf); in createProgram()
137 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local138 this.bufBlock = new byte[bufLength]; in init()
139 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local140 this.bufBlock = new byte[bufLength]; in init()