Searched refs:hostBufSize (Results 1 – 1 of 1) sorted by relevance
1898 GLsizei hostBufSize = 256; in s_getActiveAttribOrUniform() local1905 (GLint*)&hostBufSize); in s_getActiveAttribOrUniform()1907 std::string hostVarName(hostBufSize + 1, 0); in s_getActiveAttribOrUniform()1912 gl.glGetActiveUniform(globalProgramName, index, hostBufSize, &hostLen, in s_getActiveAttribOrUniform()1915 gl.glGetActiveAttrib(globalProgramName, index, hostBufSize, &hostLen, in s_getActiveAttribOrUniform()