Searched refs:fragmentShaderSrc (Results 1 – 2 of 2) sorted by relevance
166 const char* fragmentShaderSrc) { in initialize() argument171 GLuint fragmentShaderId = compileShader(GL_FRAGMENT_SHADER, fragmentShaderSrc); in initialize()270 const char* fragmentShaderSrc = textureFormat == TextureFormat::YUV in EglTextureProgram() local273 if (initialize(kExternalTextureVertexShader, fragmentShaderSrc)) { in EglTextureProgram()
39 bool initialize(const char* vertexShaderSrc, const char* fragmentShaderSrc);