Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DglUtils.h70 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
DglUtils.cpp575 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen() function
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp1769 int len = glUtilsCalcShaderSourceLen((char**)string, (GLint*)length, count); in s_glShaderSource()
4856 int len = glUtilsCalcShaderSourceLen((char**)strings, length, count); in s_glCreateShaderProgramv()