Loading libs/rs/driver/rsdGL.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,9 @@ bool rsdGLInit(const Context *rsc) { LOGE("%p, couldn't find an EGLConfig matching the screen format\n", rsc); } //if (props.mLogVisual) { if (0) { printEGLConfiguration(dc->gl.egl.display, dc->gl.egl.config); } //} dc->gl.egl.context = eglCreateContext(dc->gl.egl.display, dc->gl.egl.config, Loading Loading @@ -281,7 +283,9 @@ bool rsdGLInit(const Context *rsc) { glGetFloatv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &dc->gl.gl.EXT_texture_max_aniso); } if (0) { DumpDebug(dc); } LOGV("initGLThread end %p", rsc); return true; Loading Loading
libs/rs/driver/rsdGL.cpp +5 −1 Original line number Diff line number Diff line Loading @@ -197,7 +197,9 @@ bool rsdGLInit(const Context *rsc) { LOGE("%p, couldn't find an EGLConfig matching the screen format\n", rsc); } //if (props.mLogVisual) { if (0) { printEGLConfiguration(dc->gl.egl.display, dc->gl.egl.config); } //} dc->gl.egl.context = eglCreateContext(dc->gl.egl.display, dc->gl.egl.config, Loading Loading @@ -281,7 +283,9 @@ bool rsdGLInit(const Context *rsc) { glGetFloatv(GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT, &dc->gl.gl.EXT_texture_max_aniso); } if (0) { DumpDebug(dc); } LOGV("initGLThread end %p", rsc); return true; Loading