Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DglUtils.h59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
DglUtils.cpp461 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count) in glUtilsCalcShaderSourceLen() function
/device/generic/goldfish/opengl/system/GLESv2_enc/
DGL2Encoder.cpp781 int len = glUtilsCalcShaderSourceLen((char**)string, (GLint*)length, count); in s_glShaderSource()