Searched refs:infoLog (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/display/msm8998/gpu_tonemapper/ |
D | glengine.cpp | 200 GLchar infoLog[512]; in dumpShaderLog() local 203 glGetShaderInfoLog(shader, 512, NULL, infoLog); in dumpShaderLog() 204 ALOGI("Shader Failed to compile: %s\n", infoLog); in dumpShaderLog()
|
/hardware/qcom/sdm845/display/gpu_tonemapper/ |
D | glengine.cpp | 179 GLchar infoLog[512]; in dumpShaderLog() local 182 glGetShaderInfoLog(shader, 512, NULL, infoLog); in dumpShaderLog() 183 ALOGI("Shader Failed to compile: %s\n", infoLog); in dumpShaderLog()
|
/hardware/qcom/display/msm8909/gpu_tonemapper/ |
D | glengine.cpp | 179 GLchar infoLog[512]; in dumpShaderLog() local 182 glGetShaderInfoLog(shader, 512, NULL, infoLog); in dumpShaderLog() 183 ALOGI("Shader Failed to compile: %s\n", infoLog); in dumpShaderLog()
|
/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
D | glengine.cpp | 179 GLchar infoLog[512]; in dumpShaderLog() local 182 glGetShaderInfoLog(shader, 512, NULL, infoLog); in dumpShaderLog() 183 ALOGI("Shader Failed to compile: %s\n", infoLog); in dumpShaderLog()
|