Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DYUVConverter.cpp690 std::string vertShaderSource(kVertShader); in createYUVGLShader() local
745 …YUV_DEBUG_LOG("format:%d vert-source:%s frag-source:%s", mFormat, vertShaderSource.c_str(), fragSh… in createYUVGLShader()
747 const GLchar* const vertShaderSourceChars = vertShaderSource.c_str(); in createYUVGLShader()
749 const GLint vertShaderSourceLen = vertShaderSource.length(); in createYUVGLShader()