HomeSort by relevance Sort by last modified time
    Searched refs:glUtilsCalcShaderSourceLen (Results 1 - 5 of 5) sorted by null

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
glUtils.h 59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
glUtils.cpp 457 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count)
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
glUtils.h 59 int glUtilsCalcShaderSourceLen(char **strings, GLint *length, GLsizei count);
glUtils.cpp 457 int glUtilsCalcShaderSourceLen( char **strings, GLint *length, GLsizei count)
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 642 int len = glUtilsCalcShaderSourceLen((char**)string, (GLint*)length, count);
    [all...]

Completed in 254 milliseconds