Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp1898 GLsizei hostBufSize = 256; in s_getActiveAttribOrUniform() local
1905 (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()