Home
last modified time | relevance | path

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

/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndTests.cpp382 std::vector<GLchar> errorLog(errorLogLength); in MakeShader() local
383 dispatch.glGetShaderInfoLog(shader, errorLogLength, &errorLogLength, errorLog.data()); in MakeShader()
385 const std::string errorString = errorLogLength == 0 ? "" : errorLog.data(); in MakeShader()
416 std::vector<char> errorLog(errorLogLength, 0); in MakeProgram() local
417 dispatch.glGetProgramInfoLog(program, errorLogLength, nullptr, errorLog.data()); in MakeProgram()
419 const std::string errorString = errorLogLength == 0 ? "" : errorLog.data(); in MakeProgram()
445 std::vector<char> errorLog(errorLogLength, 0); in MakeProgram() local
446 dispatch.glGetProgramInfoLog(program, errorLogLength, nullptr, errorLog.data()); in MakeProgram()
448 const std::string errorString = errorLogLength == 0 ? "" : errorLog.data(); in MakeProgram()