Searched refs:bufLength (Results 1 – 8 of 8) 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()
133 int bufLength = forEncryption ? BLOCK_SIZE : (BLOCK_SIZE + macSize); in init() local134 this.bufBlock = new byte[bufLength]; in init()
META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/ ...
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...